(In reply to comment #90)
Thank you, Maarten. I can patch and compile that copy but for some reason I'm getting a compilation error with the de12ce91d8e44ab9398e730b457e5abc8d1acbe6 branch in /dix/window.c line 421-425:
> REGION_INIT(pScreen, &pWin->clipList, &box, 1); > REGION_INIT(pScreen, &pWin->winSize, &box, 1); > REGION_INIT(pScreen, &pWin->borderSize, &box, 1); > REGION_INIT(pScreen, &pWin->borderClip, &box, 1);
> window.c:421:5: error: the comparison will always evaluate as ‘true’ for the > address of ‘box’ will never be NULL [-Werror=address]
Any ideas?
(In reply to comment #90)
Thank you, Maarten. I can patch and compile that copy but for some reason I'm getting a compilation error with the de12ce91d8e44ab 9398e730b457e5a bc8d1acbe6 branch in /dix/window.c line 421-425:
> REGION_ INIT(pScreen, &pWin->clipList, &box, 1); INIT(pScreen, &pWin->winSize, &box, 1); INIT(pScreen, &pWin->borderSize, &box, 1); INIT(pScreen, &pWin->borderClip, &box, 1);
> REGION_
> REGION_
> REGION_
> window.c:421:5: error: the comparison will always evaluate as ‘true’ for the
> address of ‘box’ will never be NULL [-Werror=address]
Any ideas?