Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_border.c
Log Message:
focus stack broken in focus new window and click to focus. fix.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.633
retrieving revision 1.634
diff -u -3 -r1.633 -r1.634
--- e_border.c 28 Apr 2008 16:10:05 -0000 1.633
+++ e_border.c 18 May 2008 14:17:39 -0000 1.634
@@ -1425,14 +1425,17 @@
{
if ((bd->visible) && (bd->changes.visible))
{
+ e_border_focus_latest_set(bd);
bd->want_focus = 1;
bd->changed = 1;
return;
}
- if (bd->visible)
+// if (bd->visible)
{
if (focus_track_frozen == 0)
- e_border_focus_latest_set(bd);
+ {
+ e_border_focus_latest_set(bd);
+ }
}
// printf("EMIT 0x%x activeve\n", bd->client.win);
edje_object_signal_emit(bd->bg_object, "e,state,focused", "e");
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs