summaryrefslogtreecommitdiff
path: root/mi
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@nokia.com>2010-05-14 07:49:31 +0300
committerOliver McFadden <oliver.mcfadden@nokia.com>2010-05-14 08:27:10 +0300
commita4fbc0fedafda6df98f647173a2deccb86ef0479 (patch)
tree6db53bdcc6f2774948191459e8cd848e7cb68591 /mi
parent71296885b0bb946e7ab986169f5b872952c221a0 (diff)
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>
Diffstat (limited to 'mi')
-rw-r--r--mi/miexpose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mi/miexpose.c b/mi/miexpose.c
index a99e53008..a50dc5e03 100644
--- a/mi/miexpose.c
+++ b/mi/miexpose.c
@@ -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))