JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
renamed WM_PROTOCOL_DELWIN into PROTODELWIN
[dwm.git] / client.c
index fd91af5..434a93b 100644 (file)
--- 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);