Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        Ecore_X.h ecore_x.c 


Log Message:
Add Visual to window attributes struct

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -3 -r1.167 -r1.168
--- Ecore_X.h   19 May 2006 15:02:54 -0000      1.167
+++ Ecore_X.h   4 Jun 2006 05:30:37 -0000       1.168
@@ -44,6 +44,7 @@
 #ifndef _ECORE_X_WINDOW_PREDEF
 typedef Ecore_X_ID   Ecore_X_Window;
 #endif
+typedef void       * Ecore_X_Visual;
 typedef Ecore_X_ID   Ecore_X_Pixmap;
 typedef Ecore_X_ID   Ecore_X_Drawable;
 typedef void       * Ecore_X_GC;
@@ -1384,11 +1385,10 @@
    Ecore_X_Gravity    window_gravity;
    Ecore_X_Gravity    pixel_gravity;
    Ecore_X_Colormap   colormap;
+   Ecore_X_Visual     visual;
    /* FIXME: missing
-    * Colormap comormap;
     * int map_installed;
     * Screen *screen;
-    * Visual *visual;
     */
 } Ecore_X_Window_Attributes;
 
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -3 -r1.111 -r1.112
--- ecore_x.c   19 May 2006 15:09:50 -0000      1.111
+++ ecore_x.c   4 Jun 2006 05:30:37 -0000       1.112
@@ -1097,6 +1097,7 @@
    att_ret->window_gravity = att.win_gravity;
    att_ret->pixel_gravity = att.win_gravity;
    att_ret->colormap = att.colormap;
+   att_ret->visual = att.visual;
    return 1;
 }
 




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to