mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-14 13:18:09 +02:00
XQuartz: Added debugging for NewCurrentScreen crash.
This commit is contained in:
parent
6f7ab5a6ac
commit
cdadce8816
1 changed files with 2 additions and 0 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue