diff options
author | arg@10ksloc.org <unknown> | 2006-08-01 16:44:23 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-01 16:44:23 +0200 |
commit | 080a38d62d18be2ab98f66ed190d3d9e3463fec9 (patch) | |
tree | 1d0574e3a5cdf6fecc145dc65db5061e7c19b7d3 /main.c | |
parent | ab7a11c0c73fa101c8e0234f8214284888fb8156 (diff) | |
download | dwm-080a38d62d18be2ab98f66ed190d3d9e3463fec9.tar.gz |
renamed WM_PROTOCOL_DELWIN into PROTODELWIN
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c index 0e94e2c..f09307b 100644 --- a/main.c +++ b/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; |