Rootless: Use miPaintWindow since PaintWindowBackground is dead

This commit is contained in:
Jeremy Huddleston 2009-05-29 14:02:18 -07:00
parent 891edc919c
commit 4975c08725

View File

@ -477,8 +477,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