X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5e214d181d1590e0002eabdc6f8395cd6ddde2a7..3207029344392a328d02dcf362783a294708844f:/lib/gdi/gpixmap.h diff --git a/lib/gdi/gpixmap.h b/lib/gdi/gpixmap.h index e3798bf7..87fb5029 100644 --- a/lib/gdi/gpixmap.h +++ b/lib/gdi/gpixmap.h @@ -116,7 +116,8 @@ public: enum { blitAlphaTest=1, - blitAlphaBlend=2 + blitAlphaBlend=2, + blitScale=4 }; gPixmap(gSurface *surface); @@ -139,7 +140,7 @@ private: void fill(const gRegion &clip, const gColor &color); void fill(const gRegion &clip, const gRGB &color); - void blit(const gPixmap &src, ePoint pos, const gRegion &clip, int flags=0); + void blit(const gPixmap &src, const eRect &pos, const gRegion &clip, int flags=0); void mergePalette(const gPixmap &target); void line(const gRegion &clip, ePoint start, ePoint end, gColor color);