remove python support for some (unneeded) classes
[enigma2.git] / lib / gdi / gpixmap.h
index 5b27730b17b99cb3eb52c3928afc7fbd7e10d4ca..cc2a4cf41e39a6dd8e12c623d2be85ff44ea1741 100644 (file)
@@ -8,8 +8,8 @@
 #include <lib/base/elock.h>
 #include <lib/gdi/erect.h>
 #include <lib/gdi/fb.h>
-#include <lib/gdi/region.h>
 
+#ifndef SWIG
 struct gColor
 {
        int color;
@@ -103,6 +103,9 @@ struct gSurface
        gSurface(eSize size, int bpp, int accel);
        ~gSurface();
 };
+#endif
+
+class gRegion;
 
 class gPixmap: public iObject
 {