mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw/display: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2a3f565c52
commit
d432edd56c
27 changed files with 30 additions and 30 deletions
|
@ -1474,7 +1474,7 @@ static const VMStateDescription vmstate_artist = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property artist_properties[] = {
|
||||
static const Property artist_properties[] = {
|
||||
DEFINE_PROP_UINT16("width", ARTISTState, width, 1280),
|
||||
DEFINE_PROP_UINT16("height", ARTISTState, height, 1024),
|
||||
DEFINE_PROP_UINT16("depth", ARTISTState, depth, 8),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue