about summary refs log tree commit diff stats
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/event.c b/event.c
index f4ac2d5..83e1b86 100644
--- a/event.c
+++ b/event.c
@@ -177,8 +177,9 @@ configurerequest(XEvent *e) {
 			configure(c);
 		XSync(dpy, False);
 		if(c->isfloat) {
-			if(isvisible(c))
-				resize(c, False, TopLeft);
+			resize(c, False, TopLeft);
+			if(!isvisible(c))
+				ban(c);
 		}
 		else
 			arrange(NULL);
hut <hut@lavabit.com> 2009-12-27 23:41:04 +0100 committer hut <hut@lavabit.com> 2009-12-27 23:41:04 +0100 test case for keyapi.Wrapper' href='/akspecs/ranger/commit/test/tc_keyapi.py?h=v1.4.4&id=a666f32b959416d062ac38645dc27f20686d881b'>a666f32b ^
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