Add visual and colormap to pixmap structure
authorChris Michael <cp.michael@samsung.com>
Thu, 11 Jul 2013 09:22:17 +0000 (10:22 +0100)
committerChris Michael <cp.michael@samsung.com>
Thu, 11 Jul 2013 09:49:25 +0000 (10:49 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/x/ecore_evas_x.c

index da8d251a20d1fc5e10406ffe65a6226b20023bec..afb41a9d01c0bf285cb805b3aa6dd7d19919f861 100644 (file)
@@ -92,6 +92,8 @@ struct _Ecore_Evas_Engine_Data_X11 {
         unsigned int front, back; // front and back pixmaps (double-buffer)
         Evas_Coord w, h; // store pixmap size (saves X roundtrips)
         int depth; // store depth to save us from fetching engine info pre_render
+        void *visual; // store visual used to create pixmap
+        unsigned long colormap; // store colormap used to create pixmap
      } pixmap;
 };