Mercurial > geeqie
diff src/dnd.c @ 1420:3a9fb1b52559
Use gboolean where applicable, for the sake of consistency.
author | zas_ |
---|---|
date | Thu, 12 Mar 2009 21:06:37 +0000 |
parents | 79b32088ecc4 |
children | 956aab097ea7 |
line wrap: on
line diff
--- a/src/dnd.c Wed Mar 11 23:36:01 2009 +0000 +++ b/src/dnd.c Thu Mar 12 21:06:37 2009 +0000 @@ -38,7 +38,7 @@ static void pixbuf_draw_border(GdkPixbuf *pixbuf, gint w, gint h) { - gint alpha; + gboolean alpha; gint rs; guchar *pix; guchar *p; @@ -74,7 +74,7 @@ static void pixbuf_draw_rect(GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h, guint8 val) { - gint alpha; + gboolean alpha; gint rs; guchar *pix; guchar *p;