From 5ebed0cd5dc2eb2f71e18b24148903f3c10ebf69 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 21 Mar 2010 00:19:02 +0100 Subject: Implemented a very basic configuration dialog. This code is a bit hackish, all configuration options should be collected in a single place (eg. a config struct) in order to easily keep track of all configuration options. --- wallpapers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wallpapers.h') 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 -- cgit v1.2.3