Make RemoteResize configurable from the options dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4929 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/OptionsDialog.h b/vncviewer/OptionsDialog.h
index c406a45..c26c0c9 100644
--- a/vncviewer/OptionsDialog.h
+++ b/vncviewer/OptionsDialog.h
@@ -112,6 +112,7 @@
Fl_Check_Button *desktopSizeCheckbox;
Fl_Int_Input *desktopWidthInput;
Fl_Int_Input *desktopHeightInput;
+ Fl_Check_Button *remoteResizeCheckbox;
Fl_Check_Button *fullScreenCheckbox;
/* Misc. */