diff src/audacious/ui_main.h @ 2942:1a59a0ced6a8 trunk

make scrolling stop for second when it reaches end, replace remaining mainwin TextBox with UiSkinnedTextbox
author Tomasz Mon <desowin@gmail.com>
date Sat, 30 Jun 2007 18:44:20 +0200
parents cd21a4556dd2
children 13591e28d89e
line wrap: on
line diff
--- a/src/audacious/ui_main.h	Fri Jun 29 08:58:32 2007 -0500
+++ b/src/audacious/ui_main.h	Sat Jun 30 18:44:20 2007 +0200
@@ -101,7 +101,7 @@
 extern GtkWidget *mainwin_eq, *mainwin_pl;
 extern GtkWidget *mainwin_info;
 
-extern TextBox *mainwin_stime_min, *mainwin_stime_sec;
+extern GtkWidget *mainwin_stime_min, *mainwin_stime_sec;
 
 extern Vis *active_vis;
 extern Vis *mainwin_vis;