Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:


follow x focus model explicitly :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -3 -r1.260 -r1.261
--- e_border.c  16 Jun 2005 22:23:25 -0000      1.260
+++ e_border.c  17 Jun 2005 06:14:12 -0000      1.261
@@ -855,7 +855,8 @@
  * 
  * now the focus is on Y where it should be on X
  */
-                 ecore_x_window_focus(bd->client.win);
+// technially this is wrong to set the focus explicitly (passive focus model)
+//               ecore_x_window_focus(bd->client.win);
                  ecore_x_icccm_take_focus_send(bd->client.win, 
ecore_x_current_time_get());
 //               e_hints_active_window_set(bd->zone->container->manager, bd);
               }




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to