diff src/histogram.h @ 1431:7e180091e0b7

More gboolean and tidy up.
author zas_
date Sat, 14 Mar 2009 11:26:43 +0000
parents fcf0e7a6143e
children 2441a90c4bcf
line wrap: on
line diff
--- a/src/histogram.h	Sat Mar 14 10:34:42 2009 +0000
+++ b/src/histogram.h	Sat Mar 14 11:26:43 2009 +0000
@@ -32,7 +32,7 @@
 gint histogram_toggle_mode(Histogram *histogram);
 const gchar *histogram_label(Histogram *histogram);
 const HistMap *histmap_get(FileData *fd);
-gint histogram_draw(Histogram *histogram, const HistMap *histmap, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height);
+gboolean histogram_draw(Histogram *histogram, const HistMap *histmap, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height);
 
 void histogram_notify_cb(FileData *fd, NotifyType type, gpointer data);