Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_x.c ecore_x_events.c ecore_x_window.c 


Log Message:


just DONT ask! DONT! x. focvus. client, self, not getting key events... fuck!
workarounds.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -3 -r1.95 -r1.96
--- ecore_x.c   7 Sep 2005 09:50:14 -0000       1.95
+++ ecore_x.c   24 Sep 2005 09:00:23 -0000      1.96
@@ -1022,7 +1022,6 @@
 ecore_x_window_container_manage(Ecore_X_Window win)
 {
    XSelectInput(_ecore_x_disp, win, 
-               ResizeRedirectMask |
                SubstructureRedirectMask | 
                SubstructureNotifyMask);
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- ecore_x_events.c    22 Sep 2005 11:46:02 -0000      1.73
+++ ecore_x_events.c    24 Sep 2005 09:00:23 -0000      1.74
@@ -171,7 +171,7 @@
    char                    buf[256];
    KeySym                  sym;
    XComposeStatus          stat;
-   
+
    e = calloc(1, sizeof(Ecore_X_Event_Key_Down));
    if (!e) return;
    keyname = XKeysymToString(XKeycodeToKeysym(xevent->xkey.display, 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ecore_x_window.c    25 Jun 2005 07:23:38 -0000      1.41
+++ ecore_x_window.c    24 Sep 2005 09:00:23 -0000      1.42
@@ -52,7 +52,7 @@
                                 ColormapChangeMask;
    win = XCreateWindow(_ecore_x_disp, parent,
                       x, y, w, h, 0,
-                      0, /*DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
+                      CopyFromParent, /*DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       InputOutput, 
                       CopyFromParent, /*DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       CWBackingStore |
@@ -109,7 +109,7 @@
                                 ColormapChangeMask;
    win = XCreateWindow(_ecore_x_disp, parent,
                       x, y, w, h, 0,
-                      0, /*DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
+                      CopyFromParent, /*DefaultDepth(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       InputOutput, 
                       CopyFromParent, /*DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       CWBackingStore |
@@ -161,7 +161,7 @@
                                 ColormapChangeMask;
    win = XCreateWindow(_ecore_x_disp, parent,
                       x, y, w, h, 0,
-                      0, 
+                      CopyFromParent, 
                       InputOnly,
                       CopyFromParent, /*DefaultVisual(_ecore_x_disp, 
DefaultScreen(_ecore_x_disp)),*/
                       CWOverrideRedirect | 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to