view src/blur_scope/blur_scope.h @ 1307:fbeb9446aa2e audacious-plugins-1.4.0-DR1

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 10:30: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