comparison src/audacious/ui_main.h @ 2843:91ef09fe7936 trunk

UiSkinnedButton can now work as TButton
author Tomasz Mon <desowin@gmail.com>
date Sun, 17 Jun 2007 15:53:59 +0200
parents bf2d80abf76e
children bec320cfcc12
comparison
equal deleted inserted replaced
2842:c2622a939e9e 2843:91ef09fe7936
99 99
100 extern GtkWidget *mainwin_jtf; 100 extern GtkWidget *mainwin_jtf;
101 101
102 extern TextBox *mainwin_stime_min, *mainwin_stime_sec; 102 extern TextBox *mainwin_stime_min, *mainwin_stime_sec;
103 extern TextBox *mainwin_info; 103 extern TextBox *mainwin_info;
104 extern TButton *mainwin_shuffle, *mainwin_repeat, *mainwin_eq, *mainwin_pl;
105 104
106 extern Vis *active_vis; 105 extern Vis *active_vis;
107 extern Vis *mainwin_vis; 106 extern Vis *mainwin_vis;
108 extern SVis *mainwin_svis; 107 extern SVis *mainwin_svis;
109 108