about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
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;
ey <dickey@invisible-island.net> 2003-06-02 01:32:28 -0400 snapshot of project "lynx", label v2-8-5dev_16' href='/ingrix/lynx-snapshots/commit/src/LYMainLoop.h?id=6bbc5d0bfc53e1fbe69f916504c008e1b74b0b19'>6bbc5d0b ^
1fc1d8af ^
6bbc5d0b ^
b52ca53f ^
1fc1d8af ^




a8251776 ^
1fc1d8af ^




03413d1c ^
fe769404 ^
1fc1d8af ^
fe769404 ^
45f1aadc ^
1fc1d8af ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34