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 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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; -- cgit v1.2.3-54-g00ecf