summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeron Johnson <deron.johnson@sun.com>2004-12-15 18:23:07 +0000
committerDeron Johnson <deron.johnson@sun.com>2004-12-15 18:23:07 +0000
commit2491d57e41a0f5d90f06a43e6f28c732ed0b38fe (patch)
treec83d3700c1003ef80e3047ef351374f68e9b917b
parent59ff7da7b6a2a46c3c78515eef274357d54072ec (diff)
Temporary workaround for 194. The client sleep fix is causing more problems
than it fixes.
-rw-r--r--dix/window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dix/window.c b/dix/window.c
index fc438d5c6..b17875ecb 100644
--- a/dix/window.c
+++ b/dix/window.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/dix/window.c,v 1.6.4.1 2004/09/16 23:37:22 deronj Exp $ */
+/* $XdotOrg: xc/programs/Xserver/dix/window.c,v 1.6.4.1.2.1 2004/12/14 00:23:59 deronj Exp $ */
/* $Xorg: window.c,v 1.4 2001/02/09 02:04:41 xorgcvs Exp $ */
/*
@@ -2839,7 +2839,7 @@ MapWindow(pWin, client)
if (MaybeDeliverEventsToClient(pParent, &event, 1,
SubstructureRedirectMask, client) == 1) {
-#ifdef LG3D
+#ifdef xLG3D
/*
** Some clients assume that MapWindow is atomic for override redirect
** windows; they fire off pairs of MapWindow and UnmapWindow requests
@@ -2867,7 +2867,7 @@ MapWindow(pWin, client)
pWin->mapped = TRUE;
-#ifdef LG3D
+#ifdef xLG3D
{ ClientPtr sleepingClient = wClientSleepingOnOvRedirMapWin(pWin);
if (sleepingClient != NULL) {
ClientWakeup(sleepingClient);