]> Dogcows Code - chaz/openbox/blobdiff - render/mask.c
consistant glib type usage
[chaz/openbox] / render / mask.c
index 3144aff47f57b954dfed84e6c4f5d938636145d7..11e589bc8fec26df53fd6da5113c56289d1ed5d0 100644 (file)
@@ -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 */
This page took 0.021536 seconds and 4 git commands to generate.