From 080a38d62d18be2ab98f66ed190d3d9e3463fec9 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Tue, 1 Aug 2006 16:44:23 +0200 Subject: renamed WM_PROTOCOL_DELWIN into PROTODELWIN --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') 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); -- cgit v1.2.3