diff options
Diffstat (limited to 'vncviewer/OptionsDialog.h')
-rw-r--r-- | vncviewer/OptionsDialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vncviewer/OptionsDialog.h b/vncviewer/OptionsDialog.h index 5c90749e..d33ecaad 100644 --- a/vncviewer/OptionsDialog.h +++ b/vncviewer/OptionsDialog.h @@ -50,6 +50,7 @@ protected: void createCompressionPage(int tx, int ty, int tw, int th); void createSecurityPage(int tx, int ty, int tw, int th); void createInputPage(int tx, int ty, int tw, int th); + void createScreenPage(int tx, int ty, int tw, int th); void createMiscPage(int tx, int ty, int tw, int th); static void handleAutoselect(Fl_Widget *widget, void *data); @@ -105,9 +106,11 @@ protected: Fl_Check_Button *systemKeysCheckbox; Fl_Choice *menuKeyChoice; + /* Screen */ + Fl_Check_Button *fullScreenCheckbox; + /* Misc. */ Fl_Check_Button *sharedCheckbox; - Fl_Check_Button *fullScreenCheckbox; Fl_Check_Button *dotCursorCheckbox; }; |