Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Fix focus stack after area/desk switch when using (sloppy) pointer focus.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- focus.c     3 Feb 2006 19:08:45 -0000       1.139
+++ focus.c     3 Feb 2006 23:50:38 -0000       1.140
@@ -410,7 +410,8 @@
             _EwinGetClientXwin(ewin), NULL);
        break;
      case FOCUS_DESK_ENTER:
-       break;
+       if (Conf.focus.mode == MODE_FOCUS_CLICK)
+          break;
      default:
      case FOCUS_INIT:
      case FOCUS_NEXT:




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to