aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2012-07-13 11:22:55 +0000
committerPierre Ossman <ossman@cendio.se>2012-07-13 11:22:55 +0000
commitaae3891bc7380c23322214b9e2781b636c3d7199 (patch)
treea8cb23609213f033c42b3486eb2871f686504aad /vncviewer/OptionsDialog.h
parentc314d08990d063d064498c654d0b4652437a304f (diff)
downloadtigervnc-aae3891bc7380c23322214b9e2781b636c3d7199.tar.gz
tigervnc-aae3891bc7380c23322214b9e2781b636c3d7199.zip
Implement client side multi-head support. Requires a FLTK patched to support
fullscreen over multiple monitors. Will properly report screen configuration to the server, provided the server supports it. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4935 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/OptionsDialog.h')
-rw-r--r--vncviewer/OptionsDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vncviewer/OptionsDialog.h b/vncviewer/OptionsDialog.h
index c26c0c91..b3ac0156 100644
--- a/vncviewer/OptionsDialog.h
+++ b/vncviewer/OptionsDialog.h
@@ -114,6 +114,7 @@ protected:
Fl_Int_Input *desktopHeightInput;
Fl_Check_Button *remoteResizeCheckbox;
Fl_Check_Button *fullScreenCheckbox;
+ Fl_Check_Button *fullScreenAllMonitorsCheckbox;
/* Misc. */
Fl_Check_Button *sharedCheckbox;