aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.cxx
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/Viewport.cxx
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/Viewport.cxx')
-rw-r--r--vncviewer/Viewport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/Viewport.cxx b/vncviewer/Viewport.cxx
index a80b8efe..43b39d4f 100644
--- a/vncviewer/Viewport.cxx
+++ b/vncviewer/Viewport.cxx
@@ -920,7 +920,7 @@ void Viewport::popupContextMenu()
if (window()->fullscreen_active())
window()->fullscreen_off();
else
- window()->fullscreen();
+ ((DesktopWindow*)window())->fullscreen_on();
break;
#endif
case ID_RESIZE: