summaryrefslogtreecommitdiff
path: root/gtk/gtk_throbber.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-08-13 13:44:10 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-08-13 13:44:10 +0000
commit783cb293317e71ab69c3e0c55781a132effb30cd (patch)
treeccd898272c8bbf61f26f82868539ddc6a9bbeed8 /gtk/gtk_throbber.h
parent91bf96fabf6287f23ec1172b78842afb801259cc (diff)
downloadnetsurf-783cb293317e71ab69c3e0c55781a132effb30cd.tar.gz
netsurf-783cb293317e71ab69c3e0c55781a132effb30cd.tar.bz2
Do not include GIF throbber loading support if GIF support is excluded
svn path=/trunk/netsurf/; revision=5084
Diffstat (limited to 'gtk/gtk_throbber.h')
-rw-r--r--gtk/gtk_throbber.h2
1 files changed, 2 insertions, 0 deletions
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);