Mercurial > audlegacy
view Plugins/Visualization/blur_scope/blur_scope.h @ 502:3399d6a41f16 trunk
[svn] initial layout for buttons over the png logo
author | giacomo |
---|---|
date | Wed, 25 Jan 2006 18:37:38 -0800 |
parents | fa848bd484d8 |
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