summaryrefslogtreecommitdiff
path: root/gtk/gtk_throbber.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_throbber.c')
-rw-r--r--gtk/gtk_throbber.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk_throbber.c b/gtk/gtk_throbber.c
index 0ccd89b5f..86b5f3318 100644
--- a/gtk/gtk_throbber.c
+++ b/gtk/gtk_throbber.c
@@ -97,13 +97,13 @@ bool nsgtk_throbber_initialise_from_png(const int frames, ...)
* \return true on success.
*/
#ifdef WITH_GIF
+extern gif_bitmap_callback_vt gif_bitmap_callbacks; /**< external structure containing
+ * bitmap callback functions */
bool nsgtk_throbber_initialise_from_gif(const char *fn)
{
/* disect the GIF provided by filename in *fn into a series of
* GdkPixbuf for use later.
*/
- extern gif_bitmap_callback_vt gif_bitmap_callbacks; /**< external structure containing
- * bitmap callback functions */
gif_animation gif;
struct nsgtk_throbber throb; /**< structure we generate */
int res;