From 783cb293317e71ab69c3e0c55781a132effb30cd Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 13 Aug 2008 13:44:10 +0000 Subject: Do not include GIF throbber loading support if GIF support is excluded svn path=/trunk/netsurf/; revision=5084 --- gtk/gtk_throbber.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtk_throbber.h') diff --git a/gtk/gtk_throbber.h b/gtk/gtk_throbber.h index a98a5c5eb..b7d3d8804 100644 --- a/gtk/gtk_throbber.h +++ b/gtk/gtk_throbber.h @@ -29,7 +29,9 @@ struct nsgtk_throbber extern struct nsgtk_throbber *nsgtk_throbber; +#ifdef WITH_GIF bool nsgtk_throbber_initialise_from_gif(const char *fn); +#endif bool nsgtk_throbber_initialise_from_png(const int frames, ...); void nsgtk_throbber_finalise(void); -- cgit v1.2.3