diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-05-29 14:02:18 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-05-29 14:02:18 -0700 |
commit | 4975c087257b52189a5c21d93d121f183e60e4c8 (patch) | |
tree | 46e7821be549556368b11c88a9b811d026a6f576 /miext | |
parent | 891edc919ce33f18904c935bb7f541c0d4be2cb9 (diff) |
Rootless: Use miPaintWindow since PaintWindowBackground is dead
Diffstat (limited to 'miext')
-rw-r--r-- | miext/rootless/rootlessScreen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miext/rootless/rootlessScreen.c b/miext/rootless/rootlessScreen.c index 4345c923f..31b0d8b6b 100644 --- a/miext/rootless/rootlessScreen.c +++ b/miext/rootless/rootlessScreen.c @@ -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 |