dix: build fix if PANORAMIX is not defined.
Signed-off-by: Shunichi Fuji <palglowr@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4844bff58f
commit
7bbf05d9aa
|
@ -670,8 +670,8 @@ CheckPhysLimits(
|
|||
#ifdef PANORAMIX
|
||||
if (!noPanoramiXExtension)
|
||||
XineramaSetCursorPosition (pDev, new.x, new.y, generateEvents);
|
||||
#endif
|
||||
else
|
||||
#endif
|
||||
{
|
||||
if (pScreen != pSprite->hotPhys.pScreen)
|
||||
pSprite->hotPhys = new;
|
||||
|
|
Loading…
Reference in New Issue