- 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:
+
+#ifndef SWIG
+ gPixmap(gSurface *surface);
+ gPixmap(eSize, int bpp, int accel = 0);
+