about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h
index f57a8ce..9b34210 100644
--- a/dwm.h
+++ b/dwm.h
@@ -7,8 +7,9 @@
 #include CONFIG
 
 /* mask shorthands, used in event.c and client.c */
-#define BUTTONMASK	(ButtonPressMask | ButtonReleaseMask)
-#define MOUSEMASK	(BUTTONMASK | PointerMotionMask)
+#define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
+#define MOUSEMASK		(BUTTONMASK | PointerMotionMask)
+#define WM_PROTOCOL_DELWIN	1
 
 typedef union Arg Arg;
 typedef struct Client Client;
pan class='oid'>ac07e589 ^
76755b28 ^

ac07e589 ^

08a0eed6 ^
e4ac3c9e ^
ac07e589 ^


4bb57a55 ^
ac07e589 ^





76755b28 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

76755b28 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^



e4ac3c9e ^
204dae92 ^

201458e3 ^
e4ac3c9e ^

204dae92 ^
2c678a4e ^
805d58c6 ^

e4ac3c9e ^

805d58c6 ^

e4ac3c9e ^
805d58c6 ^
204dae92 ^



1c2d788b ^










5fe060d5 ^
76755b28 ^


a654e4ec ^
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