Mercurial > geeqie.yaz
diff src/histogram.h @ 1294:7ac9664242b2
histogram caching
histogram interface prepared for histogram pane
author | nadvornik |
---|---|
date | Sun, 15 Feb 2009 13:11:21 +0000 |
parents | 8b89e3ff286b |
children | c37f36b97173 |
line wrap: on
line diff
--- a/src/histogram.h Sun Feb 15 09:36:53 2009 +0000 +++ b/src/histogram.h Sun Feb 15 13:11:21 2009 +0000 @@ -30,8 +30,10 @@ gint histogram_set_mode(Histogram *histogram, gint mode); gint histogram_get_mode(Histogram *histogram); const gchar *histogram_label(Histogram *histogram); -gulong histogram_read(Histogram *histogram, GdkPixbuf *imgpixbuf); -gint histogram_draw(Histogram *histogram, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height); +HistMap *histmap_get(FileData *fd); +gint histogram_draw(Histogram *histogram, HistMap *histmap, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height); + +void histogram_notify_cb(FileData *fd, NotifyType type, gpointer data); #endif /* HISTOGRAM_H */ /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */