summaryrefslogtreecommitdiff
path: root/gtk/gtk_throbber.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-24 01:46:17 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-24 01:46:17 +0000
commit17096ef891ce955a81d56527ce3f764121fb2deb (patch)
treed083635ee670c72b27124f49a41ab95d087b3dd1 /gtk/gtk_throbber.h
parente01c0ea3266901999434ff64af3995a53e0aaed8 (diff)
downloadnetsurf-17096ef891ce955a81d56527ce3f764121fb2deb.tar.gz
netsurf-17096ef891ce955a81d56527ce3f764121fb2deb.tar.bz2
Somewhat rationalise GTK throbber initialisation
svn path=/trunk/netsurf/; revision=9872
Diffstat (limited to 'gtk/gtk_throbber.h')
-rw-r--r--gtk/gtk_throbber.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtk_throbber.h b/gtk/gtk_throbber.h
index b7d3d8804..1463c9b26 100644
--- a/gtk/gtk_throbber.h
+++ b/gtk/gtk_throbber.h
@@ -29,10 +29,7 @@ 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, ...);
+bool nsgtk_throbber_initialise_from_png(const int frames, char** frame_files);
void nsgtk_throbber_finalise(void);
#endif /* __GTK_THROBBER_H__ */