diff options
Diffstat (limited to 'render/mask.c')
| -rw-r--r-- | render/mask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/mask.c b/render/mask.c index 3144aff4..11e589bc 100644 --- a/render/mask.c +++ b/render/mask.c @@ -46,7 +46,7 @@ void RrPixmapMaskFree(RrPixmapMask *m) void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area) { - int x, y; + gint x, y; if (m->mask == None) return; /* no mask given */ /* set the clip region */ |
