aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-01 16:44:23 +0200
committerarg@10ksloc.org <unknown>2006-08-01 16:44:23 +0200
commit080a38d62d18be2ab98f66ed190d3d9e3463fec9 (patch)
tree1d0574e3a5cdf6fecc145dc65db5061e7c19b7d3 /client.c
parentab7a11c0c73fa101c8e0234f8214284888fb8156 (diff)
downloaddwm-080a38d62d18be2ab98f66ed190d3d9e3463fec9.tar.zst
renamed WM_PROTOCOL_DELWIN into PROTODELWIN
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index fd91af5..434a93b 100644
--- a/client.c
+++ b/client.c
@@ -191,7 +191,7 @@ killclient(Arg *arg)
{
if(!sel)
return;
- if(sel->proto & WM_PROTOCOL_DELWIN)
+ if(sel->proto & PROTODELWIN)
sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
else
XKillClient(dpy, sel->win);