summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2011-12-22 10:51:19 +0200
committerUri Lublin <uril@redhat.com>2011-12-22 11:41:23 +0200
commita3a3b34a46f57ce86da444532e1db292638a74cd (patch)
treedc4534e1f54356171f6640ed7430870de06912ef /client
parentfdcef173645e564be71f1b73d476c0716e91663d (diff)
downloadspice-a3a3b34a46f57ce86da444532e1db292638a74cd.tar.gz
spice-a3a3b34a46f57ce86da444532e1db292638a74cd.tar.xz
spice-a3a3b34a46f57ce86da444532e1db292638a74cd.zip
client: RedScreen::RedScreen: fix initialization order of _menu_needs_update
Related to a91b0b3ff712eb2a7d91a951f2af7842495357c3
Diffstat (limited to 'client')
-rw-r--r--client/screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/screen.cpp b/client/screen.cpp
index 0b3ba6f0..a0dc0dfa 100644
--- a/client/screen.cpp
+++ b/client/screen.cpp
@@ -87,6 +87,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)
@@ -100,7 +101,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);