Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c 


Log Message:
Unselect client window events on withdraw. This fixes trouble with certain
kde(?) systray apps when not using the e16 systray. Thanks to Peter Hyman
for going on about this :)

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -3 -r1.142 -r1.143
--- ewins.c     22 Jan 2006 18:25:39 -0000      1.142
+++ ewins.c     22 Jan 2006 22:47:49 -0000      1.143
@@ -1025,6 +1025,9 @@
 
    EGrabServer();
 
+   ESelectInput(_EwinGetClientXwin(ewin), NoEventMask);
+   XShapeSelectInput(disp, _EwinGetClientXwin(ewin), NoEventMask);
+
    /* Park the client window on the root */
    x = ewin->client.x;
    y = ewin->client.y;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to