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

Log Message:
-----------
As we also fall through for FL_FOCUS, we need to do an extra check of the
event code here.

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

Modified: trunk/vncviewer/DesktopWindow.cxx
===================================================================
--- trunk/vncviewer/DesktopWindow.cxx   2011-05-26 14:53:49 UTC (rev 4450)
+++ trunk/vncviewer/DesktopWindow.cxx   2011-05-26 14:57:25 UTC (rev 4451)
@@ -179,7 +179,8 @@
     // FIXME: We reassert the keyboard grabbing on focus/unfocus as FLTK
     //        releases the grab when someone calls Fl::grab(0)
   case FL_FULLSCREEN:
-    fullScreen.setParam(fullscreen_active());
+    if (event == FL_FULLSCREEN)
+      fullScreen.setParam(fullscreen_active());
 
     if (!fullscreenSystemKeys)
       break;


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