view src/blur_scope/blur_scope.h @ 582:f9e813a27f9f trunk

[svn] - pass a valid InputPlayback handle to the play thread
author nenolod
date Tue, 30 Jan 2007 11:17:25 -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