Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: hints.c Log Message: Remove pointless use of SubstructureRedirectMask =================================================================== RCS file: /cvs/e/e16/e/src/hints.c,v retrieving revision 1.69 retrieving revision 1.70 diff -u -3 -r1.69 -r1.70 --- hints.c 11 Sep 2006 18:10:27 -0000 1.69 +++ hints.c 3 Oct 2006 20:13:45 -0000 1.70 @@ -541,8 +541,7 @@ if (sel->func) { - ESelectInput(sel->win, - SubstructureRedirectMask | SubstructureNotifyMask); + ESelectInput(sel->win, SubstructureNotifyMask); EventCallbackRegister(sel->win, 0, sel->func, sel->data); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs