Mercurial > audlegacy-plugins
view src/blur_scope/blur_scope.h @ 3126:2d2a50196556
Backed out changeset 617cd51dfee5
This didn't work, and doesn't seem right.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 06 May 2009 14:04:28 -0500 |
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