From f4e9a1a98f97155de62908309e87c10487125926 Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Sun, 31 Aug 2008 17:45:08 +0200 Subject: damage: choose less ambiguous function names --- glx/glxdri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glx/glxdri.c') diff --git a/glx/glxdri.c b/glx/glxdri.c index eedb8ad8a..aa763deed 100644 --- a/glx/glxdri.c +++ b/glx/glxdri.c @@ -804,9 +804,9 @@ static void __glXReportDamage(__DRIdrawable *driDraw, REGION_INIT(pDraw->pScreen, ®ion, (BoxPtr) rects, num_rects); REGION_TRANSLATE(pScreen, ®ion, pDraw->x, pDraw->y); - DamageRegionPending(pDraw, ®ion); + DamageRegionAppend(pDraw, ®ion); /* This is wrong, this needs a seperate function. */ - DamageRegionSubmitted(pDraw); + DamageRegionProcessPending(pDraw); REGION_UNINIT(pDraw->pScreen, ®ion); __glXleaveServer(GL_FALSE); -- cgit v1.2.3