Mercurial > audlegacy-plugins
view src/blur_scope/blur_scope.h @ 906:16e51fb5908e trunk
[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD
author | giacomo |
---|---|
date | Sat, 31 Mar 2007 17:44:23 -0700 |
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