Enlightenment CVS committal Author : shorne Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/pager Modified Files: e_mod_main.c Log Message: Check for locks when the mouse goes down on a pager_window. If the lock is there ignore the event to move it. todo-- =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.180 retrieving revision 1.181 diff -u -3 -r1.180 -r1.181 --- e_mod_main.c 25 Jul 2006 04:15:11 -0000 1.180 +++ e_mod_main.c 29 Jul 2006 18:38:12 -0000 1.181 @@ -1286,6 +1286,7 @@ ev = event_info; pw = data; if (!pw) return; + if (pw->border->lock_user_location) return; /* FIXME: make this configurable */ if ((ev->button == 1) || (ev->button == 2)) { ------------------------------------------------------------------------- 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