diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-02 00:57:10 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-02 00:57:10 +0000 |
| commit | 3c31886286b40a9b1f05e8d64b39da557d3558a5 (patch) | |
| tree | 555a04c0fa3b1819f3a086f67da79c0b6bfa0f94 /lib | |
| parent | 5dc2120aaf6890256cdc25edfc5f0d83192b0291 (diff) | |
| download | enigma2-3c31886286b40a9b1f05e8d64b39da557d3558a5.tar.gz enigma2-3c31886286b40a9b1f05e8d64b39da557d3558a5.zip | |
fix
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gdi/gpixmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gdi/gpixmap.h b/lib/gdi/gpixmap.h index 7158e269..5b27730b 100644 --- a/lib/gdi/gpixmap.h +++ b/lib/gdi/gpixmap.h @@ -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); |
