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
(As if the other patches aren't just hacks at this point :) This just makes
compiz always do a glXSwapBuffers call rather than SubBuffer calls. Won't
play very well with framebuffer compression, but it's a start.
diff --git a/src/display.c b/src/display.c
index 23b0ba1..134f69e 100644
--- a/src/