- 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
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index c9a3cf3..144ad42 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -155,6 +155,9 @@
int menuKeyCode;
Fl_Menu_Button *contextMenu;
+ bool menuCtrlKey;
+ bool menuAltKey;
+
Fl_RGB_Image *cursor;
rfb::Point cursorHotspot;
};