Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Reenable pointer warp - the fixme config option to disable it is already there:
config panel->windows->window focus->advanced->"slide pointer to a new focused 
window"


===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.639
retrieving revision 1.640
diff -u -3 -r1.639 -r1.640
--- e_border.c  19 Jul 2008 21:52:44 -0000      1.639
+++ e_border.c  20 Jul 2008 20:21:03 -0000      1.640
@@ -1379,8 +1379,7 @@
      {
        if (e_border_under_pointer_get(bd->desk, bd))
          {
-// FIXME: make this config. this is just annoying to warp all the time here!
-//          if (!e_border_pointer_warp_to_center(bd))
+            if (!e_border_pointer_warp_to_center(bd))
               e_border_focus_set(bd, 1, 1);
          }
        else
@@ -1389,8 +1388,7 @@
    else if (e_config->focus_policy == E_FOCUS_CLICK)
      e_border_focus_set(bd, 1, 1);
    else
-// FIXME: make this config. this is just annoying to warp all the time here!
-//     if (!e_border_pointer_warp_to_center(bd))
+     if (!e_border_pointer_warp_to_center(bd))
        e_border_focus_set(bd, 1, 1);
 
    ecore_x_pointer_ungrab();



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to