summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeron Johnson <deron.johnson@sun.com>2005-04-22 15:43:50 +0000
committerDeron Johnson <deron.johnson@sun.com>2005-04-22 15:43:50 +0000
commit7c7c9c58c20d306b6cda255ff363966164bdea3b (patch)
tree516d03cabbfce99e614cf53be5a4d18d98ed4b5c
parentb011e0a2d553c8676a4b71b4879cba59c1df7931 (diff)
Added multiscreen fix suggested by Amir
-rw-r--r--dix/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/events.c b/dix/events.c
index eaa3d1604..83e9f417e 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -2143,7 +2143,7 @@ FixUpEventFromWindow(
Bool calcChild)
{
#ifdef LG3D
- if (GetLgePRWForRoot(pWin)) {
+ if (lgeDisplayServerIsAlive && GetLgePRWForRoot(pWin)) {
lgeFixUpEventFromWindow(xE, pWin, child, calcChild);
return;
}