fix alphatest (HACK!!!)
[enigma2.git] / lib / gdi / grc.h
index 8224348332440c19fd5f29bfa51609b4809e1448..e277db346fee874e6e27f381d270324e60be2ab9 100644 (file)
@@ -220,7 +220,12 @@ public:
        void fill(const gRegion &area);
        
        void clear();
-       
+
+       enum
+       {
+               BT_ALPHATEST = 1
+       };
+
        void blit(gPixmap *pixmap, ePoint pos, const eRect &what=eRect(), int flags=0);
 
        void setPalette(gRGB *colors, int start=0, int len=256);