diff src/audacious/ui_main.h @ 3018:6a9fdd5aee3a trunk

Move timer updates out of the 100hz giant loop.
author Daniel Drake <dsd@gentoo.org>
date Mon, 09 Jul 2007 23:19:35 -0500
parents 6d4b7b739232
children e3d7490ffd15
line wrap: on
line diff
--- a/src/audacious/ui_main.h	Mon Jul 09 05:17:21 2007 -0500
+++ b/src/audacious/ui_main.h	Mon Jul 09 23:19:35 2007 -0500
@@ -168,6 +168,7 @@
                                    GtkWidget * widget);
 
 void mainwin_attach_idle_func(void);
+gboolean mainwin_update_song_info(void);
 void mainwin_drag_data_received(GtkWidget * widget,
                                 GdkDragContext * context,
                                 gint x,