Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x
Modified Files:
ecore_x_netwm.c
Log Message:
actually make activate work! oops. wrong event mask
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_netwm.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- ecore_x_netwm.c 30 Jun 2008 08:39:36 -0000 1.63
+++ ecore_x_netwm.c 1 Jul 2008 07:12:27 -0000 1.64
@@ -467,7 +467,8 @@
xev.xclient.data.l[4] = 0;
xev.xclient.data.l[5] = 0;
- XSendEvent(_ecore_x_disp, root, False, NoEventMask, &xev);
+ XSendEvent(_ecore_x_disp, root, False,
+ SubstructureRedirectMask | SubstructureNotifyMask, &xev);
}
EAPI void
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs