Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
applied Sanders patches (numlock2)
[dwm.git]
/
client.c
diff --git
a/client.c
b/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)
return;
- if(sel->proto &
WM_PROTOCOL_
DELWIN)
+ if(sel->proto &
PROTO
DELWIN)
sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
else
XKillClient(dpy, sel->win);
sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]);
else
XKillClient(dpy, sel->win);