Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
borders.c
Log Message:
Fix pager redraw on client unmap.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -3 -r1.183 -r1.184
--- borders.c 29 May 2004 19:01:57 -0000 1.183
+++ borders.c 29 May 2004 19:07:41 -0000 1.184
@@ -1478,6 +1478,12 @@
Mode.doingslide = 0;
}
+ if (Mode.mode == MODE_NONE)
+ {
+ PagerEwinOutsideAreaUpdate(ewin);
+ ForceUpdatePagersForDesktop(ewin->desktop);
+ }
+
if (ewin->iconified)
{
HideEwin(ewin);
@@ -2124,12 +2130,6 @@
if (ewin->win)
EUnmapWindow(disp, ewin->win);
- if (Mode.mode == MODE_NONE)
- {
- PagerEwinOutsideAreaUpdate(ewin);
- ForceUpdatePagersForDesktop(ewin->desktop);
- }
-
EDBUG_RETURN_;
}
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs