disable gdi thread for debugging
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 28 Jun 2006 15:07:27 +0000 (15:07 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 28 Jun 2006 15:07:27 +0000 (15:07 +0000)
lib/gdi/grc.h

index 113555040b083dbb5bc8b6560debbbb58542c2fe..685b960cc1a605ba5a8ffca8653bf23e68e7a6e9 100644 (file)
@@ -9,8 +9,8 @@
 */
 
 // for debugging use:
-//#define SYNC_PAINT
-#undef SYNC_PAINT
+#define SYNC_PAINT
+//#undef SYNC_PAINT
 
 #include <pthread.h>
 #include <stack>