Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
evhandlers.c
Log Message:
Remove raised pager mini-window after pager click w.o. drag.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -3 -r1.104 -r1.105
--- evhandlers.c 5 Jun 2003 08:57:28 -0000 1.104
+++ evhandlers.c 8 Jun 2003 13:20:53 -0000 1.105
@@ -2631,10 +2631,6 @@
MoveEwinToDesktop(gwins[i], ndesk);
}
}
- RedrawPagersForDesktop(p->hi_ewin->desktop, 3);
- ForceUpdatePagersForDesktop(p->hi_ewin->desktop);
- p->hi_visible = 1;
- PagerHideHi(p);
}
else if ((ev->xbutton.x >= 0) && (ev->xbutton.y >= 0)
&& (ev->xbutton.x < p->w) && (ev->xbutton.y < p->h))
@@ -2648,6 +2644,13 @@
RaiseEwin(ewin);
FocusToEWin(ewin);
}
+ }
+ if (p->hi_ewin)
+ {
+ RedrawPagersForDesktop(p->hi_ewin->desktop, 3);
+ ForceUpdatePagersForDesktop(p->hi_ewin->desktop);
+ p->hi_visible = 1;
+ PagerHideHi(p);
}
mode.mode = MODE_NONE;
mode.context_pager = NULL;
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs