[Spice-commits] client/screen.cpp

Uri Lublin uril at kemper.freedesktop.org
Thu Dec 22 01:42:38 PST 2011


 client/screen.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3a3b34a46f57ce86da444532e1db292638a74cd
Author: Uri Lublin <uril at redhat.com>
Date:   Thu Dec 22 10:51:19 2011 +0200

    client: RedScreen::RedScreen: fix initialization order of _menu_needs_update
    
    Related to a91b0b3ff712eb2a7d91a951f2af7842495357c3

diff --git a/client/screen.cpp b/client/screen.cpp
index 0b3ba6f..a0dc0df 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);


More information about the Spice-commits mailing list