Give priority to clients that are receiving expose and configure events

This commit is contained in:
Søren Sandmann 2008-07-17 23:10:11 -04:00
parent 3b687ffe16
commit b85392e66b

View File

@ -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