summaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.h
diff options
context:
space:
mode:
authorHenrik Andersson <henrik.andersson@cendio.com>2011-09-14 06:31:06 +0000
committerHenrik Andersson <henrik.andersson@cendio.com>2011-09-14 06:31:06 +0000
commitabd70ceddebe90a8c7fb3d7055eb771ed3a37f2f (patch)
tree2553e29a63481794bb8700aca063eb48fc525b0d /vncviewer/Viewport.h
parent9144ae00636348c4c504095203e92ea4b660ccb4 (diff)
downloadtigervnc-abd70ceddebe90a8c7fb3d7055eb771ed3a37f2f.tar.gz
tigervnc-abd70ceddebe90a8c7fb3d7055eb771ed3a37f2f.zip
- Changes behaviour of context menu to be reinitialize
before display with intial states. - Fixes for fullscreen contextmenu item to show the current fullscreen state as it was done in the old viewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4670 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r--vncviewer/Viewport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index c9a3cf3a..144ad420 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -155,6 +155,9 @@ private:
int menuKeyCode;
Fl_Menu_Button *contextMenu;
+ bool menuCtrlKey;
+ bool menuAltKey;
+
Fl_RGB_Image *cursor;
rfb::Point cursorHotspot;
};