summaryrefslogtreecommitdiff
path: root/os/WaitFor.c
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-04-07 10:20:02 -0400
committerAdam Jackson <ajax@redhat.com>2008-04-07 10:20:02 -0400
commit726dcd9e4ebfb09c0685450dca6e9fae7e773814 (patch)
tree08103ec70080c38dca4163b9cd15af68c67f1da5 /os/WaitFor.c
parent0f87b41a432a6472a15ec0c9dee997e3bddbd0f2 (diff)
Fix Xvfb input when building against current X sources.
Diffstat (limited to 'os/WaitFor.c')
-rw-r--r--os/WaitFor.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/os/WaitFor.c b/os/WaitFor.c
index 36e01ca38..da12976ca 100644
--- a/os/WaitFor.c
+++ b/os/WaitFor.c
@@ -332,13 +332,9 @@ WaitForSomething(int *pClientsReady)
if (XFD_ANYSET (&devicesReadable) || XFD_ANYSET (&clientsReadable))
break;
-#ifdef WIN32
- /* Windows keyboard and mouse events are added to the input queue
- in Block- and WakupHandlers. There is no device to check if
- data is ready. So check here if new input is available */
+ /* check here for DDXes that queue events during Block/Wakeup */
if (*checkForInput[0] != *checkForInput[1])
return 0;
-#endif
}
}