fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 2 Nov 2006 00:57:10 +0000 (00:57 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 2 Nov 2006 00:57:10 +0000 (00:57 +0000)
lib/gdi/gpixmap.h

index 7158e26..5b27730 100644 (file)
@@ -131,6 +131,7 @@ public:
        eSize size() const { return eSize(surface->x, surface->y); }
        inline bool needClut() const { return surface && surface->bpp <= 8; }
 private:
+       bool must_delete_surface;
 #ifndef SWIG
        friend class gDC;
        void fill(const gRegion &clip, const gColor &color);