aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gdi/gpixmap.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/gdi/gpixmap.h b/lib/gdi/gpixmap.h
index d598fdbd..bd7c61a0 100644
--- a/lib/gdi/gpixmap.h
+++ b/lib/gdi/gpixmap.h
@@ -105,15 +105,17 @@ private:
friend class gDC;
void fill(const gRegion &clip, const gColor &color);
- enum
- {
- blitAlphaTest=1
- };
void blit(const gPixmap &src, ePoint pos, const gRegion &clip, int flags=0);
void mergePalette(const gPixmap &target);
void line(const gRegion &clip, ePoint start, ePoint end, gColor color);
public:
+ enum
+ {
+ blitAlphaTest=1,
+ blitAlphaBlend=2
+ };
+
gSurface *surface;
eLock contentlock;