From 90df6aec51309372260b02b3a9bd518d35da4f40 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 6 Jan 2010 19:23:09 +0100 Subject: Implemented threaded preloading of images. The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly. --- wallpapers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wallpapers.h') diff --git a/wallpapers.h b/wallpapers.h index ce4430c..049cba0 100644 --- a/wallpapers.h +++ b/wallpapers.h @@ -2,9 +2,11 @@ #define _WALLPAPERS_H_ #include +#include #include "db.h" void add_dir_recursive(const gchar*, sqlite_uint64, GtkStatusbar*); +GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*); #endif -- cgit v1.2.3