mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
scrnintstr.h: removed unused PaintWindow function pointers.
Please note this patch breaks the ABI. Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -297,7 +297,7 @@ miHandleExposures(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable,
|
||||
|
||||
if (extents)
|
||||
{
|
||||
/* PaintWindowBackground doesn't clip, so we have to */
|
||||
/* miPaintWindow doesn't clip, so we have to */
|
||||
REGION_INTERSECT(pscr, &rgnExposed, &rgnExposed, &pWin->clipList);
|
||||
}
|
||||
miPaintWindow((WindowPtr)pDstDrawable, &rgnExposed, PW_BACKGROUND);
|
||||
@@ -497,7 +497,7 @@ miWindowExposures( WindowPtr pWin, RegionPtr prgn, RegionPtr other_exposed)
|
||||
REGION_RESET( pWin->drawable.pScreen, exposures, &box);
|
||||
REGION_UNION( pWin->drawable.pScreen, prgn, prgn, exposures);
|
||||
}
|
||||
/* PaintWindowBackground doesn't clip, so we have to */
|
||||
/* miPaintWindow doesn't clip, so we have to */
|
||||
REGION_INTERSECT( pWin->drawable.pScreen, prgn, prgn, &pWin->clipList);
|
||||
}
|
||||
if (prgn && !REGION_NIL(prgn))
|
||||
|
||||
Reference in New Issue
Block a user