X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgdi%2Fgrc.h;h=7071425ef6ce7e968b96e239c35b4db5cc365e1f;hb=6bffe6f0ce6b00d792787c91cd609b72748287ae;hp=84f8ad6cd7558c31007dadf4345302df754b8826;hpb=f4f8f9a2775fa1794de6935756f30bf4d99f33e8;p=vuplus_dvbapp diff --git a/lib/gdi/grc.h b/lib/gdi/grc.h index 84f8ad6..7071425 100644 --- a/lib/gdi/grc.h +++ b/lib/gdi/grc.h @@ -145,8 +145,7 @@ struct gOpcode /* gRC is the singleton which controls the fifo and dispatches commands */ class gRC: public iObject, public Object { -DECLARE_REF(gRC); -private: + DECLARE_REF(gRC); friend class gPainter; static gRC *instance; @@ -230,7 +229,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); @@ -256,7 +256,7 @@ public: class gDC: public iObject { -DECLARE_REF(gDC); + DECLARE_REF(gDC); protected: ePtr m_pixmap;