mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 02:00:08 +01:00
Rootless: Use miPaintWindow since PaintWindowBackground is dead
(cherry picked from commit 4975c08725)
This commit is contained in:
parent
eecbd596fe
commit
81a061eef4
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue