Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_x_window.c 


Log Message:


fix ecore_x and ecore-evas to work in multihead at all... :)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- ecore_x_window.c    19 Nov 2004 05:49:16 -0000      1.32
+++ ecore_x_window.c    19 Nov 2004 08:16:49 -0000      1.33
@@ -52,12 +52,12 @@
                                 ColormapChangeMask;
    win = XCreateWindow(_ecore_x_disp, parent,
                       x, y, w, h, 0,
-                      DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),
+                      0, /*DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       InputOutput, 
-                      DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),
+                      CopyFromParent, /*DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       CWBackingStore |
                       CWOverrideRedirect | 
-                      CWColormap | 
+/*                    CWColormap | */
                       CWBorderPixel |
                       CWBackPixmap | 
                       CWSaveUnder | 
@@ -109,12 +109,12 @@
                                 ColormapChangeMask;
    win = XCreateWindow(_ecore_x_disp, parent,
                       x, y, w, h, 0,
-                      DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),
+                      0, /*DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       InputOutput, 
-                      DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),
+                      CopyFromParent, /*DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       CWBackingStore |
                       CWOverrideRedirect | 
-                      CWColormap | 
+/*                    CWColormap | */
                       CWBorderPixel |
                       CWBackPixmap | 
                       CWSaveUnder | 
@@ -163,7 +163,7 @@
                       x, y, w, h, 0,
                       0, 
                       InputOnly,
-                      DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),
+                      CopyFromParent, /*DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       CWOverrideRedirect | 
                       CWDontPropagate | 
                       CWEventMask,




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to