Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas_Engine_XRender_X11.h 


Log Message:


in theory support dest alpha

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_XRender_X11.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Evas_Engine_XRender_X11.h   2 Oct 2005 15:15:44 -0000       1.1
+++ Evas_Engine_XRender_X11.h   3 Oct 2005 03:34:21 -0000       1.2
@@ -13,10 +13,11 @@
 
    /* engine specific data & parameters it needs to set up */
    struct {
-      Display  *display;
-      Drawable  drawable;
-      Pixmap    mask;
-      Visual   *visual;
+      Display       *display;
+      Drawable       drawable;
+      Pixmap         mask;
+      Visual        *visual;
+      unsigned char  destination_alpha : 1;
    } info;
    /* engine specific function calls to query stuff about the destination */
    /* engine (what visual & colormap & depth to use, performance info etc. */




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to