mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 02:30:06 +01:00
Rootless: Correct border rendering on parent-relative windows
Resurected code from the punted RootlessPaintBackground/Border and added it conditionally to miPaintWindow
(cherry picked from commit cf2e3312cf)
This commit is contained in:
parent
2ade01f24f
commit
b0367d792b
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ void RootlessSetPixmapOfAncestors(WindowPtr pWin);
|
|||
void RootlessStartDrawing(WindowPtr pWin);
|
||||
void RootlessDamageRegion(WindowPtr pWin, RegionPtr prgn);
|
||||
Bool IsFramedWindow(WindowPtr pWin);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
_X_EXPORT void
|
||||
miPaintWindow(WindowPtr pWin, RegionPtr prgn, int what)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue