comparison src/rootvis/rootvis.h @ 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 bd3a24b39058
children
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <X11/Xlib.h> 3 #include <X11/Xlib.h>
4 #include <X11/Xatom.h> 4 #include <X11/Xatom.h>
5 #include <X11/Xproto.h> 5 #include <X11/Xproto.h>
6 #include <audacious/plugin.h> 6 #include <audlegacy/plugin.h>
7 7
8 8
9 /* following values are used if there is no user configuration */ 9 /* following values are used if there is no user configuration */
10 #define DEFAULT_stereo 0 // therefore we don't initialize the second channel with different settings 10 #define DEFAULT_stereo 0 // therefore we don't initialize the second channel with different settings
11 11