summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2011-12-20 14:46:50 +0200
committerUri Lublin <uril@redhat.com>2011-12-20 18:44:05 +0200
commita91b0b3ff712eb2a7d91a951f2af7842495357c3 (patch)
tree7003c17c03190422f543b4794a1740c0030c55c1 /client/screen.h
parent24d5852611c3d5be3ba824af64cd5a3356b82b9c (diff)
downloadspice-a91b0b3ff712eb2a7d91a951f2af7842495357c3.tar.gz
spice-a91b0b3ff712eb2a7d91a951f2af7842495357c3.tar.xz
spice-a91b0b3ff712eb2a7d91a951f2af7842495357c3.zip
client: update menu if needed when exiting full-screen mode (#758260)
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/screen.h b/client/screen.h
index a08415a3..6c470ca1 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -178,6 +178,7 @@ private:
bool _key_interception;
bool _update_by_timer;
bool _size_locked;
+ bool _menu_needs_update;
int _forec_update_timer;
AutoRef<UpdateTimer> _update_timer;
RedDrawable* _composit_area;