Added multiscreen fix suggested by Amir

This commit is contained in:
Deron Johnson 2005-04-22 15:43:50 +00:00
parent b011e0a2d5
commit 7c7c9c58c2

View file

@ -2143,7 +2143,7 @@ FixUpEventFromWindow(
Bool calcChild)
{
#ifdef LG3D
if (GetLgePRWForRoot(pWin)) {
if (lgeDisplayServerIsAlive && GetLgePRWForRoot(pWin)) {
lgeFixUpEventFromWindow(xE, pWin, child, calcChild);
return;
}