move dvb-t 5V antenna switching to better place
[enigma2.git] / lib / gdi / grc.h
index 58371e790353ba3595a319f951473183f6dcc820..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>
@@ -78,7 +78,7 @@ struct gOpcode
                struct prenderText
                {
                        eRect area;
-                       std::string text;
+                       char *text;
                        int flags;
                } *renderText;