1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

restore audacious functionality broken by previous header spliting commits.

headers are for interfaces and typedefs, not data.


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1157 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2008-06-15 20:17:37 +00:00
parent c72a564cea
commit 6bb956c6e0
2 changed files with 6 additions and 7 deletions

View File

@ -22,12 +22,6 @@
#ifndef AUDACIOUS_H
#define AUDACIOUS_H
struct audacious_s {
audacious_t items; /* e.g. items[AUDACIOUS_STATUS] */
int max_title_len; /* e.g. ${audacious_title 50} */
timed_thread *p_timed_thread;
};
enum _audacious_items {
AUDACIOUS_STATUS = 0,
AUDACIOUS_TITLE,

View File

@ -175,7 +175,12 @@ struct mail_s { // for imap and pop3
#endif
#ifdef AUDACIOUS
#include "audacious.h"
struct audacious_s {
audacious_t items; /* e.g. items[AUDACIOUS_STATUS] */
int max_title_len; /* e.g. ${audacious_title 50} */
timed_thread *p_timed_thread;
};
#endif
#ifdef BMPX