mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
client: RedScreen::RedScreen: fix initialization order of _menu_needs_update
Related toa91b0b3ff7(cherry picked from commita3a3b34a46)
This commit is contained in:
parent
df17a852fa
commit
9d2bd519a3
@ -84,6 +84,7 @@ RedScreen::RedScreen(Application& owner, int id, const std::string& name, int wi
|
||||
, _key_interception (false)
|
||||
, _update_by_timer (true)
|
||||
, _size_locked (false)
|
||||
, _menu_needs_update (false)
|
||||
, _forec_update_timer (0)
|
||||
, _update_timer (new UpdateTimer(this))
|
||||
, _composit_area (NULL)
|
||||
@ -97,7 +98,6 @@ RedScreen::RedScreen(Application& owner, int id, const std::string& name, int wi
|
||||
, _mouse_captured (false)
|
||||
, _active_layer_change_event (false)
|
||||
, _pointer_on_screen (false)
|
||||
, _menu_needs_update (false)
|
||||
{
|
||||
region_init(&_dirty_region);
|
||||
set_name(name);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user