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 fc575b3..38384a0 100644
--- a/wallpapers.h
+++ b/wallpapers.h
@@ -11,4 +11,6 @@ void wallpapers_remove_missing(struct directory_t*, GtkStatusbar*, gboolean);
GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*);
GdkPixbuf *zoom_pixbuf(GdkPixbuf*, gdouble);
+extern GdkInterpType interp_type;
+
#endif