summaryrefslogtreecommitdiff
path: root/miext/damage/damage.h
diff options
context:
space:
mode:
Diffstat (limited to 'miext/damage/damage.h')
-rwxr-xr-xmiext/damage/damage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/miext/damage/damage.h b/miext/damage/damage.h
index c20a250b3..a70f1f86e 100755
--- a/miext/damage/damage.h
+++ b/miext/damage/damage.h
@@ -81,13 +81,13 @@ DamageRegion (DamagePtr pDamage);
RegionPtr
DamagePendingRegion (DamagePtr pDamage);
-/* Call this function before rendering to a destination. */
+/* In case of rendering, call this before the submitting the commands. */
void
-DamageRegionPending (DrawablePtr pDrawable, RegionPtr pRegion);
+DamageRegionAppend (DrawablePtr pDrawable, RegionPtr pRegion);
/* Call this directly after the rendering operation has been submitted. */
void
-DamageRegionSubmitted (DrawablePtr pDrawable);
+DamageRegionProcessPending (DrawablePtr pDrawable);
/* Call this some time after rendering is done, only relevant when a damageMarker is provided. */
void