From c1925d28566da238ce0246d541327e37c84698d6 Mon Sep 17 00:00:00 2001 From: Michael Schuldt Date: Tue, 2 Nov 2010 15:27:56 +0100 Subject: [PATCH] bugfix : pixmap now correct initialised --- .../Renderers/Graphic/include/PlatformSurfaces/XPlatformSurface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/XPlatformSurface.h b/LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/XPlatformSurface.h index 43ba8ea..a6f0d27 100644 --- a/LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/XPlatformSurface.h +++ b/LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/XPlatformSurface.h @@ -26,7 +26,7 @@ class XPlatformSurface : public PlatformSurface { public: - XPlatformSurface (Surface* surface) : PlatformSurface(surface), isMapped(false){}; + XPlatformSurface (Surface* surface) : PlatformSurface(surface), isMapped(false), pixmap(0){}; ~XPlatformSurface(){}; Pixmap pixmap; -- 2.7.4