comparison src/audacious/ui_main.h @ 4528:2638175099e0

Restore util_menu_main_show() for plugins - thanks go to ccr for the first fix! ;-)
author mf0102 <0102@gmx.at>
date Wed, 30 Apr 2008 14:36:50 +0200
parents 19e3f3c5fe7f
children 2eee464379dc
comparison
equal deleted inserted replaced
4527:53bd726e4461 4528:2638175099e0
187 gint * frequency, 187 gint * frequency,
188 gint * numchannels); 188 gint * numchannels);
189 189
190 void ui_main_check_theme_engine(void); 190 void ui_main_check_theme_engine(void);
191 191
192 void util_menu_main_show( gint x , gint y , guint button , guint time );
193
192 #endif 194 #endif