summaryrefslogtreecommitdiff
path: root/render/mask.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-15 03:59:35 +0000
committerDana Jansens <danakj@orodu.net>2003-10-15 03:59:35 +0000
commit740c5b2a20d5110435d0874f8cc6a4c9dfd14777 (patch)
tree41dd6d301a1da504b6bc9ec7b4cccea2efd16423 /render/mask.c
parent8085f3490fb5790d15fcb47988bbc24e17467725 (diff)
consistant glib type usage
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 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 */