Also removes the (now unnecessary) waitForVideoSync call.

diff --git a/src/display.c b/src/display.c
index 23b0ba1..134f69e 100644
--- a/src/display.c
+++ b/src/display.c
@@ -1608,7 +1608,7 @@ eventLoop (void)
                            timeDiff = 0;
 
                        makeScreenCurrent (s);
-
+                       damageScreen(s);
                        if (s->slowAnimations)
                        {
                            (*s->preparePaintScreen) (s,
@@ -1680,7 +1680,7 @@ eventLoop (void)
                        targetScreen = NULL;
                        targetOutput = &s->outputDev[0];
 
-                       waitForVideoSync (s);
+                       //waitForVideoSync (s);
 
                        if (mask & COMP_SCREEN_DAMAGE_ALL_MASK)
                        {

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to