From b6b63a3c51eab072483ac0c7ad07f107bb790788 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 9 Mar 2010 20:31:26 +0100 Subject: Implemented zooming with scrollwheel. This works by holding control down while scrolling up or down. Horizontal scrolling will now also work by holding shift down. --- wallpapers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wallpapers.h') diff --git a/wallpapers.h b/wallpapers.h index d8d832e..fc575b3 100644 --- a/wallpapers.h +++ b/wallpapers.h @@ -9,5 +9,6 @@ gboolean wallpapers_add_dir(const gchar*, sqlite_uint64, GtkStatusbar*, gboolean); void wallpapers_remove_missing(struct directory_t*, GtkStatusbar*, gboolean); GdkPixbuf *resize_pixbuf(GdkPixbuf*, gint, gint, gint*, gint*, gdouble*); +GdkPixbuf *zoom_pixbuf(GdkPixbuf*, gdouble); #endif -- cgit v1.2.3