Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: testing... =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.644 retrieving revision 1.645 diff -u -3 -r1.644 -r1.645 --- e_border.c 6 Aug 2008 22:57:37 -0000 1.644 +++ e_border.c 7 Aug 2008 03:09:46 -0000 1.645 @@ -1406,8 +1406,9 @@ /* be strict about accepting focus hint */ // printf("e_border_focus_set(%p, %s, %i %i);\n", bd, bd->client.icccm.name, focus, set); // printf(" accept:%i take:%i\n", bd->client.icccm.accepts_focus, bd->client.icccm.take_focus); - if ((!bd->client.icccm.accepts_focus) && - (!bd->client.icccm.take_focus)) return; + if (!bd->client.icccm.accepts_focus) return; +// if ((!bd->client.icccm.accepts_focus) && +// (!bd->client.icccm.take_focus)) return; /* dont focus an iconified window. that's silly! */ if ((focus) && (bd->iconic)) return; if ((bd->modal) && (bd->modal != bd)) @@ -1420,7 +1421,7 @@ e_border_focus_set(bd->leader->modal, focus, set); return; } - +/* if ((focus) && (set) && (!bd->focused)) { if ((bd->client.icccm.accepts_focus) && @@ -1450,7 +1451,7 @@ return; } } - + */ if ((bd->visible) && (bd->changes.visible)) { if ((bd->want_focus) && (set) && (!focus)) ------------------------------------------------------------------------- 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