Enlightenment CVS wrote: > =================================================================== > RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v > retrieving revision 1.635 > retrieving revision 1.636 > diff -u -3 -r1.635 -r1.636 > --- e_border.c 19 May 2008 04:15:47 -0000 1.635 > +++ e_border.c 8 Jul 2008 19:41:42 -0000 1.636 > @@ -1376,7 +1376,8 @@ > { > if (e_border_under_pointer_get(bd->desk, bd)) > { > - if (!e_border_pointer_warp_to_center(bd)) > +// FIXME: make this config. this is just annoying to warp all the time here! > +// if (!e_border_pointer_warp_to_center(bd)) > e_border_focus_set(bd, 1, 1); > } > else > @@ -1385,7 +1386,8 @@ > else if (e_config->focus_policy == E_FOCUS_CLICK) > e_border_focus_set(bd, 1, 1); > else > - if (!e_border_pointer_warp_to_center(bd)) > +// FIXME: make this config. this is just annoying to warp all the time here! > +// if (!e_border_pointer_warp_to_center(bd)) > e_border_focus_set(bd, 1, 1); > > ecore_x_pointer_ungrab();
There is a config value, check in the e_border_pointer_warp_to_center function, it always returns 0 if e_config->pointer_slide is 0 Sebastian ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel