From cdadce8816ff0057412234a625b2a47135336a44 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 19 Aug 2008 02:00:35 -0700 Subject: [PATCH] XQuartz: Added debugging for NewCurrentScreen crash. --- dix/events.c | 2 ++ 1 file changed, 2 insertions(+) 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 -