Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/software_xcb Modified Files: Evas_Engine_Software_Xcb.h Log Message: use Jose patch for soft. xcb engine too =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_xcb/Evas_Engine_Software_Xcb.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Evas_Engine_Software_Xcb.h 10 Mar 2006 07:44:23 -0000 1.2 +++ Evas_Engine_Software_Xcb.h 2 May 2006 18:01:41 -0000 1.3 @@ -25,6 +25,7 @@ int debug : 1; int shape_dither : 1; int destination_alpha : 1; + int track_mask_changes : 1; int alloc_colors_max; } info; @@ -54,6 +55,8 @@ const char *data); void (*performance_device_store) (Evas_Performance *perf); } func; + + int mask_changed; }; #endif /* _EVAS_ENGINE_SOFTWARE_XCB_H */ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs