Jesse Barnes wrote:

Why are you comparing booleans to TRUE and worse then negating the result?

if( !noWait )

Is clearer.

-                       waitForVideoSync (s);
+                       if (!(noWait == TRUE))
+                           waitForVideoSync (s);


Barry





_______________________________________________
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz

Reply via email to