Rootless: Use miPaintWindow since PaintWindowBackground is dead

(cherry picked from commit 4975c08725)
This commit is contained in:
Jeremy Huddleston 2009-05-29 14:02:18 -07:00
parent ec9e9c8bca
commit 7c158ffa76

View File

@ -481,8 +481,7 @@ static void expose_1 (WindowPtr pWin) {
if (!pWin->realized)
return;
(*pWin->drawable.pScreen->PaintWindowBackground) (pWin, &pWin->borderClip,
PW_BACKGROUND);
miPaintWindow(pWin, &pWin->borderClip, PW_BACKGROUND);
/* FIXME: comments in windowstr.h indicate that borderClip doesn't
include subwindow visibility. But I'm not so sure.. so we may