Mercurial > audlegacy-plugins
view src/blur_scope/blur_scope.h @ 3015:9e26c15e78b7
Overdoing the pointer voodoo that much is a strict-aliasing violation.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Wed, 08 Apr 2009 23:32:18 +0100 |
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