xserver: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Thu Jul 17 20:26:13 PDT 2008


 dix/events.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b85392e66b4cbfcc95897ac342f19ac8ab04d4cc
Author: Søren Sandmann <sandmann at redhat.com>
Date:   Thu Jul 17 23:10:11 2008 -0400

    Give priority to clients that are receiving expose and configure events

diff --git a/dix/events.c b/dix/events.c
index 692d02f..b244482 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


More information about the xorg-commit mailing list