main.c
changeset 157 93012e947eae
parent 146 f328ce9c558c
child 162 a6a31e485fbd
--- a/main.c	Tue Aug 01 16:39:20 2006 +0200
+++ b/main.c	Tue Aug 01 16:44:23 2006 +0200
@@ -111,7 +111,7 @@
 	}
 	for(i = 0; i < res; i++) {
 		if(protocols[i] == wmatom[WMDelete])
-			protos |= WM_PROTOCOL_DELWIN;
+			protos |= PROTODELWIN;
 	}
 	free((char *) protocols);
 	return protos;