summaryrefslogtreecommitdiff
path: root/wallpapers.h
diff options
context:
space:
mode:
Diffstat (limited to 'wallpapers.h')
-rw-r--r--wallpapers.h2
1 files changed, 2 insertions, 0 deletions
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 <gtk/gtk.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
#include "db.h"
void add_dir_recursive(const gchar*, sqlite_uint64, GtkStatusbar*);
+GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*);
#endif