summaryrefslogtreecommitdiff
path: root/render/mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/mask.c')
-rw-r--r--render/mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/mask.c b/render/mask.c
index 10ce8d0f..b6e3c443 100644
--- a/render/mask.c
+++ b/render/mask.c
@@ -47,7 +47,7 @@ void RrPixmapMaskFree(RrPixmapMask *m)
void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area)
{
gint x, y;
- if (m->mask == None) return; /* no mask given */
+ if (m->mask == NULL) return; /* no mask given */
/* set the clip region */
x = area->x + (area->width - m->mask->width) / 2;