[Xfce4-commits] <xfwm4:master> Unshade windows when given focus with Alt-Tab (bug #5931)

Olivier Fourdan noreply at xfce.org
Fri Dec 3 11:50:01 CET 2010


Updating branch refs/heads/master
         to 05c1274b04081d99cbdc906237169793fdc9bb3b (commit)
       from 5c46aadba7a8d2dea490f01d86d8c359717e47e2 (commit)

commit 05c1274b04081d99cbdc906237169793fdc9bb3b
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Fri Dec 3 11:46:55 2010 +0100

    Unshade windows when given focus with Alt-Tab (bug #5931)

 src/cycle.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/cycle.c b/src/cycle.c
index 8baabe8..ecb876c 100644
--- a/src/cycle.c
+++ b/src/cycle.c
@@ -147,6 +147,7 @@ clientCycleFocusAndRaise (Client *c)
     sibling = clientGetTransientFor(c);
     clientRaise (sibling, None);
     clientShow (sibling, TRUE);
+    clientUnshade (c);
     clientSetFocus (screen_info, c, myDisplayGetCurrentTime (display_info), NO_FOCUS_FLAG);
     clientSetLastRaise (c);
 }



More information about the Xfce4-commits mailing list