Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: desktops.c ewins.c focus.c Log Message: Fix pointer focus on virtual roots. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v retrieving revision 1.132 retrieving revision 1.133 diff -u -3 -r1.132 -r1.133 --- desktops.c 19 Mar 2005 16:40:00 -0000 1.132 +++ desktops.c 21 Mar 2005 19:02:43 -0000 1.133 @@ -1495,6 +1495,13 @@ case ButtonRelease: DesktopEventButtonRelease(d, ev); break; + + case EnterNotify: + FocusHandleEnter(NULL, ev); + break; + case LeaveNotify: + FocusHandleLeave(NULL, ev); + break; } } =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- ewins.c 19 Mar 2005 16:40:01 -0000 1.32 +++ ewins.c 21 Mar 2005 19:02:49 -0000 1.33 @@ -1988,13 +1988,6 @@ switch (ev->type) { - case EnterNotify: - FocusHandleEnter(NULL, ev); - break; - case LeaveNotify: - FocusHandleLeave(NULL, ev); - break; - case MapRequest: EwinEventMapRequest(NULL, ev->xmaprequest.window); break; =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v retrieving revision 1.93 retrieving revision 1.94 diff -u -3 -r1.93 -r1.94 --- focus.c 19 Mar 2005 16:40:02 -0000 1.93 +++ focus.c 21 Mar 2005 19:03:03 -0000 1.94 @@ -454,8 +454,6 @@ } } - Mode.mouse_over_ewin = ewin; - switch (Conf.focus.mode) { default: ------------------------------------------------------- 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