Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Enable focusing windows not containing the pointer in pointer focus modes when
using the focus list (noted by Peter Poulsen).

===================================================================
RCS file: /cvs/e/e16/e/src/focus.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -3 -r1.162 -r1.163
--- focus.c     6 Mar 2007 03:33:31 -0000       1.162
+++ focus.c     25 Mar 2007 08:53:36 -0000      1.163
@@ -573,6 +573,10 @@
          }
      }
 
+   if (ev->xcrossing.mode == NotifyUngrab &&
+       ev->xcrossing.detail == NotifyNonlinearVirtual)
+      return;
+
    switch (Conf.focus.mode)
      {
      default:



-------------------------------------------------------------------------
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

Reply via email to