devilhorns pushed a commit to branch master.

commit fc9ee114624bcc04a8d795939f64825347741714
Author: Chris Michael <[email protected]>
Date:   Thu Jul 11 10:22:17 2013 +0100

    Add visual and colormap to pixmap structure
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/x/ecore_evas_x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/ecore_evas/engines/x/ecore_evas_x.c 
b/src/modules/ecore_evas/engines/x/ecore_evas_x.c
index da8d251..afb41a9 100644
--- a/src/modules/ecore_evas/engines/x/ecore_evas_x.c
+++ b/src/modules/ecore_evas/engines/x/ecore_evas_x.c
@@ -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;
 };
 

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to