about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 50fb9d7..d566c9e 100644
--- a/main.c
+++ b/main.c
@@ -33,9 +33,9 @@ cleanup()
 	else
 		XFreeFont(dpy, dc.font.xfont);
 	XUngrabKey(dpy, AnyKey, AnyModifier, root);
-	XDestroyWindow(dpy, barwin);
 	XFreePixmap(dpy, dc.drawable);
 	XFreeGC(dpy, dc.gc);
+	XDestroyWindow(dpy, barwin);
 	XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
 	XSync(dpy, False);
 }
lame/index.html?id=25d232184b8f22d224e97a87a4827857f21ed7e7'>^
aed043c ^
29d7dcd ^
7ea5757 ^













aed043c ^
7ea5757 ^









49f382b ^

49f382b ^
946ae1a ^
15b2780 ^
49f382b ^
29d7dcd ^
7ea5757 ^

2a08ebe ^

29d7dcd ^

352d456 ^

d4a35e2 ^


aed043c ^

7648937 ^
aed043c ^
0ae8cbf ^

7ea5757 ^




1f0ebd2 ^












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