Mercurial > audlegacy-plugins
comparison src/skins/plugin.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 02:55:04 +0900 |
parents | 8f0a8a0d71c5 |
children | 1ffcad5f406c |
comparison
equal
deleted
inserted
replaced
2970:57d499fc5056 | 2971:3134a0987162 |
---|---|
24 #include "ui_skin.h" | 24 #include "ui_skin.h" |
25 #include "ui_manager.h" | 25 #include "ui_manager.h" |
26 #include "icons-stock.h" | 26 #include "icons-stock.h" |
27 #include "ui_main_evlisteners.h" | 27 #include "ui_main_evlisteners.h" |
28 #include "ui_playlist_evlisteners.h" | 28 #include "ui_playlist_evlisteners.h" |
29 #include <audacious/i18n.h> | 29 #include <audlegacy/i18n.h> |
30 #include <libintl.h> | 30 #include <libintl.h> |
31 | 31 |
32 gchar *skins_paths[SKINS_PATH_COUNT] = {}; | 32 gchar *skins_paths[SKINS_PATH_COUNT] = {}; |
33 | 33 |
34 Interface skins_interface = | 34 Interface skins_interface = |