fprintf(stderr, "nxagentAdjustRandRXinerama: output %d: window has parts outside visible area - width stays unchanged [%d]\n", width);
fprintf(stderr, "nxagentAdjustRandRXinerama: output %d [%s]: window has parts outside visible area - width stays unchanged [%d]\n", i, pScrPriv->outputs[i]->name, width);
fprintf(stderr, "nxagentAdjustRandRXinerama: output %d: window has parts outside visible area - height stays unchanged [%d]\n", height);
fprintf(stderr, "nxagentAdjustRandRXinerama: output %d [%s]: window has parts outside visible area - height stays unchanged [%d]\n", i, pScrPriv->outputs[i]->name, height);
#endif
new_h = height;
}
...
...
@@ -3951,9 +3951,9 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
@@ -3976,7 +3976,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
*/
if(prevmode){
#ifdef DEBUG
fprintf(stderr,"nxagentAdjustRandRXinerama: removing mode from output %d\n",i);
fprintf(stderr,"nxagentAdjustRandRXinerama: removing mode from output %d [%s]\n",i,pScrPriv->outputs[i]->name);
#endif
RROutputSetModes(pScrPriv->outputs[i],NULL,0,0);
...
...
@@ -3989,7 +3989,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
else
{
#ifdef DEBUG
fprintf(stderr,"nxagentAdjustRandRXinerama: output %d: intersection is x [%d] y [%d] width [%d] height [%d]\n",i,new_x,new_y,new_w,new_h);
fprintf(stderr,"nxagentAdjustRandRXinerama: output %d [%s]: intersection is x [%d] y [%d] width [%d] height [%d]\n",i,pScrPriv->outputs[i]->name,new_x,new_y,new_w,new_h);