From be7a45fefed2736f7ed7f1799e9f2b1cd52235b7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 16 Jun 2015 00:20:37 +0100 Subject: Change gtk to use resource API for throbber --- gtk/throbber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/throbber.h') 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__ */ -- cgit v1.2.3