view src/blur_scope/blur_scope.h @ 532:04b0c54d16bb trunk

[svn] - if the performer of a track is not specified in cue sheet, the performer of the album will be used.
author yaz
date Tue, 23 Jan 2007 03:00:28 -0800
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