Mercurial > audlegacy
comparison Visualization/blur_scope/blur_scope.h @ 0:cb178e5ad177 trunk
[svn] Import audacious source.
author | nenolod |
---|---|
date | Mon, 24 Oct 2005 03:06:47 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cb178e5ad177 |
---|---|
1 #ifndef BLUR_SCOPE_H | |
2 #define BLUR_SCOPE_H | |
3 | |
4 void bscope_configure(void); | |
5 void bscope_read_config(void); | |
6 | |
7 typedef struct { | |
8 guint32 color; | |
9 } BlurScopeConfig; | |
10 | |
11 extern BlurScopeConfig bscope_cfg; | |
12 | |
13 void generate_cmap(void); | |
14 | |
15 #endif |