diff --git a/dix/events.c b/dix/events.c index 5930ead8a..c0142ca6c 100644 --- a/dix/events.c +++ b/dix/events.c @@ -2378,6 +2378,8 @@ NewCurrentScreen(ScreenPtr newScreen, int x, int y) { sprite.hotPhys.x = x; sprite.hotPhys.y = y; + ErrorF("noPanoramiXExtension=%d newScreen=%p\n", noPanoramiXExtension, newScreen); + ErrorF("newScreen->myNum=%d\n", newScreen->myNum); #ifdef PANORAMIX if(!noPanoramiXExtension) { sprite.hotPhys.x += panoramiXdataPtr[newScreen->myNum].x -