Mercurial > audlegacy-plugins
view src/blur_scope/blur_scope.h @ 2506:28f3f1fc4001
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 02 Apr 2008 18:06:07 +0300 |
parents | 3da1b8942b8b |
children |
line wrap: on
line source
#ifndef BLUR_SCOPE_H #define BLUR_SCOPE_H void bscope_configure(void); void bscope_read_config(void); typedef struct { guint32 color; } BlurScopeConfig; extern BlurScopeConfig bscope_cfg; void generate_cmap(void); #endif