summaryrefslogtreecommitdiff
path: root/src/glitz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glitz.c')
-rw-r--r--src/glitz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glitz.c b/src/glitz.c
index 4e4c952..fa18e54 100644
--- a/src/glitz.c
+++ b/src/glitz.c
@@ -416,7 +416,7 @@ glitz_copy_area (glitz_surface_t *src,
glitz_box_t box, *clip = dst->clip;
int n_clip = dst->n_clip;
- if (REGION_NOTEMPTY (&src->drawable_damage))
+ if (GLITZ_REGION_NOTEMPTY (&src->drawable_damage))
{
glitz_surface_push_current (src, GLITZ_DRAWABLE_CURRENT);
glitz_surface_pop_current (src);