Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4796:62265a3a1870 | 4797:9b9bcf252a10 |
|---|---|
| 55 void interface_deregister(Interface *i); | 55 void interface_deregister(Interface *i); |
| 56 void interface_run(Interface *i); | 56 void interface_run(Interface *i); |
| 57 void interface_destroy(Interface *i); | 57 void interface_destroy(Interface *i); |
| 58 | 58 |
| 59 Interface *interface_get(gchar *id); | 59 Interface *interface_get(gchar *id); |
| 60 const Interface *interface_get_current(void); | |
| 60 | 61 |
| 61 #endif | 62 #endif |
