renamed WM_PROTOCOL_DELWIN into PROTODELWIN
This commit is contained in:
parent
ab7a11c0c7
commit
080a38d62d
3 changed files with 3 additions and 3 deletions
2
main.c
2
main.c
|
@ -111,7 +111,7 @@ getproto(Window w)
|
|||
}
|
||||
for(i = 0; i < res; i++) {
|
||||
if(protocols[i] == wmatom[WMDelete])
|
||||
protos |= WM_PROTOCOL_DELWIN;
|
||||
protos |= PROTODELWIN;
|
||||
}
|
||||
free((char *) protocols);
|
||||
return protos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue