summaryrefslogtreecommitdiff
path: root/dix/events.c
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-07-17 23:10:11 -0400
committerSøren Sandmann <sandmann@redhat.com>2008-07-17 23:25:29 -0400
commitb85392e66b4cbfcc95897ac342f19ac8ab04d4cc (patch)
tree746a39f62f6bbf38795b311af1326d5d1d2c2da8 /dix/events.c
parent3b687ffe1649449b3d182f5e7690274c6c96916a (diff)
Give priority to clients that are receiving expose and configure events
Diffstat (limited to 'dix/events.c')
-rw-r--r--dix/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/events.c b/dix/events.c
index 692d02fc2..b2444829a 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -422,7 +422,7 @@ static Mask* generic_filters[MAXEXTENSIONS];
static CARD8 criticalEvents[32] =
{
- 0x7c /* key and button events */
+ 0x7c, 0x30, 0x40 /* key, button, expose, and configure events */
};
#ifdef PANORAMIX