summaryrefslogtreecommitdiff
path: root/gtk/gtk_throbber.h
diff options
context:
space:
mode:
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);