From b85392e66b4cbfcc95897ac342f19ac8ab04d4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann?= Date: Thu, 17 Jul 2008 23:10:11 -0400 Subject: [PATCH] Give priority to clients that are receiving expose and configure events --- dix/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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