about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-16 22:05:02 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-16 22:05:02 +0200
commitfa32f02a43482b54c33aeb1d0b269761db151994 (patch)
treee30efceaf9593696e6b8b071f4cd3d21dc674af4
parent598e22907e6a3bcfbc35f913dae24d031d6f9170 (diff)
downloaddwm-fa32f02a43482b54c33aeb1d0b269761db151994.tar.gz
no that change breaks fullscreen apps 4.1
-rw-r--r--layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index 0f17b69..bc5ca1c 100644
--- a/layout.c
+++ b/layout.c
@@ -189,7 +189,6 @@ restack(void) {
 			XLowerWindow(dpy, c->win);
 		}
 	}
-	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }
t <hut@lavabit.com> 2010-01-13 05:51:27 +0100 committer hut <hut@lavabit.com> 2010-01-13 05:51:27 +0100 updated pydoc documentation' href='/akspecs/ranger/commit/doc/pydoc/ranger.shared.settings.html?h=v1.9.3&id=b3556b21e23eb3381b220e0d3319d94b3a89e0ac'>b3556b21 ^
62cd83ba ^






f07bb12f ^

62cd83ba ^




a614f048 ^
c9383c72 ^

62cd83ba ^
f07bb12f ^





ef0157ff ^
f07bb12f ^




ef0157ff ^
a614f048 ^




f07bb12f ^




a614f048 ^





ef0157ff ^
a614f048 ^








c9383c72 ^

a614f048 ^



c9383c72 ^

a614f048 ^





















ef0157ff ^
f07bb12f ^
62cd83ba ^


f07bb12f ^








62cd83ba ^
f07bb12f ^







ef0157ff ^
f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130