Revision: 4453
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4453&view=rev
Author:   ossman_
Date:     2011-05-26 14:59:32 +0000 (Thu, 26 May 2011)

Log Message:
-----------
Make it possible to start in full screen mode.

Modified Paths:
--------------
    trunk/vncviewer/DesktopWindow.cxx

Modified: trunk/vncviewer/DesktopWindow.cxx
===================================================================
--- trunk/vncviewer/DesktopWindow.cxx   2011-05-26 14:57:51 UTC (rev 4452)
+++ trunk/vncviewer/DesktopWindow.cxx   2011-05-26 14:59:32 UTC (rev 4453)
@@ -69,6 +69,11 @@
 
   OptionsDialog::addCallback(handleOptions, this);
 
+#ifdef HAVE_FLTK_FULLSCREEN
+  if (fullScreen)
+    fullscreen();
+#endif
+
   show();
 
   // The window manager might give us an initial window size that is different


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to