Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: pager.c Log Message: Fix hiding pager window titles in certain situations (broken recently, noted by Martin Zwickel). =================================================================== RCS file: /cvs/e/e16/e/src/pager.c,v retrieving revision 1.246 retrieving revision 1.247 diff -u -3 -r1.246 -r1.247 --- pager.c 11 Jul 2007 09:42:22 -0000 1.246 +++ pager.c 21 Jul 2007 19:43:43 -0000 1.247 @@ -744,7 +744,8 @@ PagerReconfigure(p, 0); ewin->client.event_mask |= - ButtonPressMask | ButtonReleaseMask | PointerMotionMask; + ButtonPressMask | ButtonReleaseMask | + EnterWindowMask | LeaveWindowMask | PointerMotionMask; ESelectInput(p->win, ewin->client.event_mask); w = ewin->client.w; ------------------------------------------------------------------------- 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