Revision: 3710
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3710&view=rev
Author:   ossman_
Date:     2009-03-23 16:30:32 +0000 (Mon, 23 Mar 2009)

Log Message:
-----------
Reenable display even on failure.

Modified Paths:
--------------
    trunk/unix/xserver/hw/vnc/xvnc.cc

Modified: trunk/unix/xserver/hw/vnc/xvnc.cc
===================================================================
--- trunk/unix/xserver/hw/vnc/xvnc.cc   2009-03-23 16:28:53 UTC (rev 3709)
+++ trunk/unix/xserver/hw/vnc/xvnc.cc   2009-03-23 16:30:32 UTC (rev 3710)
@@ -1022,6 +1022,8 @@
         pScreen->mmWidth = oldmmWidth;
         pScreen->mmHeight = oldmmHeight;
 
+        xf86SetRootClip(pScreen, TRUE);
+
         return FALSE;
     }
 
@@ -1037,6 +1039,8 @@
         pScreen->mmWidth = oldmmWidth;
         pScreen->mmHeight = oldmmHeight;
 
+        xf86SetRootClip(pScreen, TRUE);
+
         return FALSE;
     }
 


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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to