re-enable alphablend
[enigma2.git] / lib / gdi / grc.h
index 84f8ad6cd7558c31007dadf4345302df754b8826..478ca46c54ae2448f99b93d9471079b3a6263319 100644 (file)
@@ -230,7 +230,8 @@ public:
 
        enum
        {
-               BT_ALPHATEST = 1
+               BT_ALPHATEST = 1,
+               BT_ALPHABLEND = 2
        };
 
        void blit(gPixmap *pixmap, ePoint pos, const eRect &what=eRect(), int flags=0);