summaryrefslogtreecommitdiff
blob: 2f7d408764e953587297e967aa774c19f098c5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: trunk/src/events.c
===================================================================
--- trunk/src/events.c	(revision 26059)
+++ trunk/src/events.c	(revision 26060)
@@ -1430,7 +1430,7 @@
            stealing prevention is not activated, otherwise we just set the "demands attention"
            flag...
          */
-        if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None))
+        if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None) && !(c->type & WINDOW_TYPE_DONT_FOCUS))
         {
             Client *last_raised;