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:
Jeremy Huddleston 2009-09-27 23:41:24 -07:00
parent 2ade01f24f
commit b0367d792b

View file

@ -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)