Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
pager.c
Log Message:
Don't zoom on desktop type (layer 0) windows in pager.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/pager.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- pager.c 30 May 2004 01:46:47 -0000 1.90
+++ pager.c 31 May 2004 20:06:56 -0000 1.91
@@ -1372,6 +1372,12 @@
{
PagerShowTt(NULL);
}
+ else if ((in == PAGER_EVENT_MOTION) && ewin->layer <= 0)
+ {
+ if (p->hi_ewin)
+ PagerHideHi(p);
+ PagerShowTt(ewin);
+ }
else if ((in == PAGER_EVENT_MOTION) && ewin != p->hi_ewin)
{
int wx, wy, ww, wh, ax, ay, cx, cy, px, py;
-------------------------------------------------------
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