summaryrefslogtreecommitdiff
path: root/src/glitz_drawable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glitz_drawable.c')
-rw-r--r--src/glitz_drawable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glitz_drawable.c b/src/glitz_drawable.c
index 66dce22..f6ed856 100644
--- a/src/glitz_drawable.c
+++ b/src/glitz_drawable.c
@@ -224,7 +224,7 @@ glitz_drawable_swap_buffer_region (glitz_drawable_t *drawable,
{
if (drawable->front)
{
- REGION_EMPTY (&drawable->front->drawable_damage);
+ GLITZ_REGION_EMPTY (&drawable->front->drawable_damage);
glitz_surface_damage (drawable->front, NULL,
GLITZ_DAMAGE_TEXTURE_MASK |
GLITZ_DAMAGE_SOLID_MASK);