Mercurial > audlegacy
diff src/audacious/plugin.h @ 3765:b4a9d4be27ab
forgot to export a symbol. now I am done. really.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 22:24:41 -0500 |
| parents | a1039487bf3f |
| children | bf6b1c5091d5 |
line wrap: on
line diff
--- a/src/audacious/plugin.h Sun Oct 14 22:04:55 2007 -0500 +++ b/src/audacious/plugin.h Sun Oct 14 22:24:41 2007 -0500 @@ -302,6 +302,7 @@ gpointer action_data); const gchar *(*get_gentitle_format)(void); gchar *(*util_get_localdir)(void); + void (*util_menu_main_show)(gint x, gint y, guint button, guint time); /* INI funcs */ INIFile *(*open_ini_file)(const gchar *filename); @@ -902,6 +903,8 @@ #define aud_volumecontrol_flow _audvt->volumecontrol_flow #define aud_flow_destroy(flow) mowgli_object_unref(flow) +#define audacious_menu_main_show _audvt->util_menu_main_show + #include "audacious/auddrct.h" /* for multi-file plugins :( */
