view src/blur_scope/blur_scope.h @ 851:712df386597e trunk

[svn] - add support for mseek. - fix inaccurate seek position calculation. this bug prevented tta working with cuesheet. - move to GThread API and make use of GCond signaling.
author yaz
date Wed, 14 Mar 2007 03:16:45 -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