Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:


try this...

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -3 -r1.650 -r1.651
--- e_border.c  7 Aug 2008 06:00:09 -0000       1.650
+++ e_border.c  7 Aug 2008 06:16:35 -0000       1.651
@@ -1473,6 +1473,14 @@
        if ((bd->want_focus) && (set) && (!focus))
          bd->want_focus = 0;
      }
+   if (!bd->visible)
+     {
+       e_border_focus_latest_set(bd);
+       bd->want_focus = 1;
+       bd->changed = 1;
+       printf(" - SKIP AA F %p %i %i\n", bd, focus, set);
+       return;
+     }
    if ((focus) && (!bd->focused))
      {
        if ((bd->visible) && (bd->changes.visible))



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