about summary refs log tree commit diff stats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 434a93b..6f6ed99 100644
--- a/client.c
+++ b/client.c
@@ -230,7 +230,7 @@ manage(Window w, XWindowAttributes *wa)
 	XGetTransientForHint(dpy, c->win, &trans);
 	twa.override_redirect = 1;
 	twa.background_pixmap = ParentRelative;
-	twa.event_mask = ExposureMask;
+	twa.event_mask = ExposureMask | EnterWindowMask;
 
 	c->title = XCreateWindow(dpy, root, c->tx, c->ty, c->tw, c->th,
 			0, DefaultDepth(dpy, screen), CopyFromParent,
19:47:00 -0500 snapshot of project "lynx", label v2-8-2dev_2' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/UCAux.h?id=d3f9d5478df478427c2aa5db4507ddd0a38f0eb6'>d3f9d547 ^
c82d2a40 ^


e47cfd56 ^


e4409c40 ^


57bfc74f ^








2f5222ea ^

57bfc74f ^
e4409c40 ^


57bfc74f ^
af9be28b ^
57bfc74f ^

e4409c40 ^
57bfc74f ^




e4409c40 ^

57bfc74f ^
e4409c40 ^
8f8c57cc ^






e4409c40 ^
af9be28b ^
57bfc74f ^
e4409c40 ^
57bfc74f ^


e4409c40 ^
e47cfd56 ^
af9be28b ^
e47cfd56 ^

e4409c40 ^
57bfc74f ^

e47cfd56 ^
e4409c40 ^
e47cfd56 ^



e4409c40 ^
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74