summaryrefslogtreecommitdiff
path: root/gtk/gtk_throbber.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-06-02 16:47:15 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-06-02 16:47:15 +0000
commit98589be65c8e636297e3245924f5fac2b5c4b562 (patch)
treed4a0852e5d6dd6c9640f51d6e1f2915e7f61a42e /gtk/gtk_throbber.h
parent57dcb9d0f7979784e9bd25abfe7db8f106d24feb (diff)
downloadnetsurf-98589be65c8e636297e3245924f5fac2b5c4b562.tar.gz
netsurf-98589be65c8e636297e3245924f5fac2b5c4b562.tar.bz2
nsgtk now loads the throbber from a set of PNG files. This change will make your eyes bleed. Please avoid looking at it until I make this cleaner.
svn path=/trunk/netsurf/; revision=4244
Diffstat (limited to 'gtk/gtk_throbber.h')
-rw-r--r--gtk/gtk_throbber.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtk_throbber.h b/gtk/gtk_throbber.h
index d4ff2cd41..a98a5c5eb 100644
--- a/gtk/gtk_throbber.h
+++ b/gtk/gtk_throbber.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006 Rob Kendrick <rjek@rjek.com>
+ * Copyright 2008 Rob Kendrick <rjek@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -29,7 +29,8 @@ struct nsgtk_throbber
extern struct nsgtk_throbber *nsgtk_throbber;
-bool nsgtk_throbber_initialise(const char *fn);
+bool nsgtk_throbber_initialise_from_gif(const char *fn);
+bool nsgtk_throbber_initialise_from_png(const int frames, ...);
void nsgtk_throbber_finalise(void);
#endif /* __GTK_THROBBER_H__ */