Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
desktops.c
Log Message:
Fix pager update after desk switch.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -3 -r1.115 -r1.116
--- desktops.c 21 Jan 2005 20:34:40 -0000 1.115
+++ desktops.c 24 Jan 2005 23:37:49 -0000 1.116
@@ -1167,7 +1167,8 @@
#if 0 /* FIXME - TBD */
ModulesSignal(ESIGNAL_DESK_SWITCH_DONE, NULL);
#endif
- HandleDrawQueue();
+ if (Mode.mode == MODE_NONE)
+ HandleDrawQueue();
HintsSetCurrentDesktop();
EMapWindow(disp, EoGetWin(d));
ecore_x_sync();
@@ -1192,7 +1193,8 @@
#if 0 /* FIXME - TBD */
ModulesSignal(ESIGNAL_DESK_SWITCH_DONE, NULL);
#endif
- HandleDrawQueue();
+ if (Mode.mode == MODE_NONE)
+ HandleDrawQueue();
HintsSetCurrentDesktop();
ecore_x_sync();
}
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs