diff src/audacious/interface.h @ 4797:9b9bcf252a10

- provide a way to query current interface. - revive visualization when legacy interface is chosen.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 11 Oct 2008 07:43:44 +0900
parents ad06ffc54c23
children
line wrap: on
line diff
--- a/src/audacious/interface.h	Sat Oct 11 02:32:37 2008 +0900
+++ b/src/audacious/interface.h	Sat Oct 11 07:43:44 2008 +0900
@@ -57,5 +57,6 @@
 void interface_destroy(Interface *i);
 
 Interface *interface_get(gchar *id);
+const Interface *interface_get_current(void);
 
 #endif