Mercurial > audlegacy
comparison src/audacious/main.h @ 4544:084dbc8d23da
removed variable "has_x11_connection" from main.c, needed to hookify some functions therefore
author | mf0102 <0102@gmx.at> |
---|---|
date | Mon, 12 May 2008 23:01:06 +0200 |
parents | 97b29dec6c6b |
children | 2eee464379dc |
comparison
equal
deleted
inserted
replaced
4543:ed94ac6182df | 4544:084dbc8d23da |
---|---|
74 BMP_PATH_COUNT | 74 BMP_PATH_COUNT |
75 }; | 75 }; |
76 | 76 |
77 extern gchar *aud_paths[]; | 77 extern gchar *aud_paths[]; |
78 | 78 |
79 extern gboolean has_x11_connection; | |
80 | |
81 extern GCond *cond_scan; | 79 extern GCond *cond_scan; |
82 extern GMutex *mutex_scan; | 80 extern GMutex *mutex_scan; |
83 #if defined(USE_DBUS) && defined(_AUDACIOUS_CORE) | 81 #if defined(USE_DBUS) && defined(_AUDACIOUS_CORE) |
84 extern MprisPlayer *mpris; | 82 extern MprisPlayer *mpris; |
85 #endif | 83 #endif |