fix text for buttons
[enigma2.git] / lib / gdi / grc.h
index 3231aab3a974e3020d7bee61aaddd0bb5eddc69b..a59749720b15cdff322dbe90573d542f52c62cbe 100644 (file)
@@ -7,6 +7,10 @@
        gPixmap aufsetzt (und damit unbeschleunigt ist).
 */
 
+// for debugging use:
+//#define SYNC_PAINT
+#undef SYNC_PAINT
+
 #include <pthread.h>
 #include <stack>
 #include <list>
@@ -263,6 +267,7 @@ public:
        int getPixmap(ePtr<gPixmap> &pm) { pm = m_pixmap; return 0; }
        gRGB getRGB(gColor col);
        virtual eSize size() { return m_pixmap->size(); }
+       virtual int islocked() { return 0; }
 };
 
 #endif