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
|
#ifdef PANORAMIX
|
||||||
if (!noPanoramiXExtension)
|
if (!noPanoramiXExtension)
|
||||||
XineramaSetCursorPosition (pDev, new.x, new.y, generateEvents);
|
XineramaSetCursorPosition (pDev, new.x, new.y, generateEvents);
|
||||||
#endif
|
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
if (pScreen != pSprite->hotPhys.pScreen)
|
if (pScreen != pSprite->hotPhys.pScreen)
|
||||||
pSprite->hotPhys = new;
|
pSprite->hotPhys = new;
|
||||||
|
|
Loading…
Reference in New Issue