summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-05-29 14:02:18 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-05-29 14:48:13 -0700
commit7c158ffa766d32f5e8ec459693da5ef6ba0892e9 (patch)
tree4f1729e0af4e61bddc9e11f7b610c21abc9b9623 /miext
parentec9e9c8bcabda3d8b4ea07037fb247f7408dde8b (diff)
Rootless: Use miPaintWindow since PaintWindowBackground is dead
(cherry picked from commit 4975c087257b52189a5c21d93d121f183e60e4c8)
Diffstat (limited to 'miext')
-rw-r--r--miext/rootless/rootlessScreen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/miext/rootless/rootlessScreen.c b/miext/rootless/rootlessScreen.c
index 75dd43994..88d38698b 100644
--- a/miext/rootless/rootlessScreen.c
+++ b/miext/rootless/rootlessScreen.c
@@ -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