Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window.c Log Message: Fix =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- ecore_x_window.c 4 Jan 2005 21:54:10 -0000 1.36 +++ ecore_x_window.c 25 Apr 2005 08:26:48 -0000 1.37 @@ -37,7 +37,7 @@ attr.border_pixel = 0; attr.background_pixmap = None; attr.save_under = False; - attr.do_not_propagate_mask = True; + attr.do_not_propagate_mask = ~NoEventMask; attr.event_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | @@ -94,7 +94,7 @@ attr.border_pixel = 0; attr.background_pixmap = None; attr.save_under = False; - attr.do_not_propagate_mask = True; + attr.do_not_propagate_mask = ~NoEventMask; attr.event_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | @@ -146,7 +146,7 @@ if (parent == 0) parent = DefaultRootWindow(_ecore_x_disp); attr.override_redirect = True; - attr.do_not_propagate_mask = True; + attr.do_not_propagate_mask = ~NoEventMask; attr.event_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs