summaryrefslogtreecommitdiff
path: root/gtk/throbber.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-16 00:20:37 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-17 21:35:40 +0100
commitbe7a45fefed2736f7ed7f1799e9f2b1cd52235b7 (patch)
treedf063f2c977b590cb8ed4a2b0af3dfea470c8d15 /gtk/throbber.h
parent3e2270482f73528949746fc24a01d0f0c01baee8 (diff)
downloadnetsurf-be7a45fefed2736f7ed7f1799e9f2b1cd52235b7.tar.gz
netsurf-be7a45fefed2736f7ed7f1799e9f2b1cd52235b7.tar.bz2
Change gtk to use resource API for throbber
Diffstat (limited to 'gtk/throbber.h')
-rw-r--r--gtk/throbber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/throbber.h b/gtk/throbber.h
index 1463c9b26..e0b47e15c 100644
--- a/gtk/throbber.h
+++ b/gtk/throbber.h
@@ -29,7 +29,7 @@ struct nsgtk_throbber
extern struct nsgtk_throbber *nsgtk_throbber;
-bool nsgtk_throbber_initialise_from_png(const int frames, char** frame_files);
+nserror nsgtk_throbber_init(void);
void nsgtk_throbber_finalise(void);
#endif /* __GTK_THROBBER_H__ */