[E_BORDER] add code to check whether the window is the last_focus_win or not in e_bor... 10/9710/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 30 May 2013 12:46:17 +0000 (21:46 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 30 May 2013 12:46:17 +0000 (21:46 +0900)
Change-Id: I661376c9b6ab551e0f9f6f1d4e35ca662c2352da

packaging/e17.spec
src/bin/e_border.c

index 8e29c53..8aed7af 100644 (file)
@@ -1,6 +1,6 @@
 Name:       e17
 Summary:    The Enlightenment window manager
-Version:    1.0.0.001+svn.76808slp2+build36
+Version:    1.0.0.001+svn.76808slp2+build37
 Release:    1
 Group:      System/GUI/Other
 License:    BSD
index 00cf0ef..ce5e76e 100644 (file)
@@ -1499,7 +1499,8 @@ e_border_hide(E_Border *bd,
 
    if (!bd->need_reparent)
      {
-        if (bd->focused)
+        if ((bd->focused) ||
+            (e_grabinput_last_focus_win_get() == bd->client.win))
           {
              e_border_focus_set(bd, 0, 1);
              if (manage != 2)