Mercurial > audlegacy-plugins
comparison src/Visualization/blur_scope/blur_scope.h @ 0:13389e613d67 trunk
[svn] - initial import of audacious-plugins tree (lots to do)
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:11:49 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:13389e613d67 |
|---|---|
| 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 |
