Add visual and colormap to pixmap structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-11 10:22:17 +01:00
parent 769c8e5934
commit fc9ee11462
1 changed files with 2 additions and 0 deletions

View 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;
};