Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: desktops.c focus.c Log Message: Avoid some lagginess at end of desk switch. =================================================================== RCS file: /cvs/e/e16/e/src/desktops.c,v retrieving revision 1.267 retrieving revision 1.268 diff -u -3 -r1.267 -r1.268 --- desktops.c 27 Jul 2007 16:59:49 -0000 1.267 +++ desktops.c 28 Jul 2007 08:39:55 -0000 1.268 @@ -1243,9 +1243,8 @@ DeskEnter(dsk); } - ActionsResume(); - DeskSwitchDone(); + ActionsResume(); ModulesSignal(ESIGNAL_DESK_SWITCH_DONE, NULL); =================================================================== RCS file: /cvs/e/e16/e/src/focus.c,v retrieving revision 1.168 retrieving revision 1.169 diff -u -3 -r1.168 -r1.169 --- focus.c 18 Jul 2007 11:08:21 -0000 1.168 +++ focus.c 28 Jul 2007 08:39:55 -0000 1.169 @@ -520,7 +520,7 @@ /* Set the mouse-over window */ Mode.mouse_over_ewin = GetEwinByCurrentPointer(); - doFocusToEwin(NULL, FOCUS_DESK_ENTER); + FocusToEWin(NULL, FOCUS_DESK_ENTER); /* Unfreeze keyboard */ XUngrabKeyboard(disp, CurrentTime); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs