view src/blur_scope/blur_scope.h @ 466:20657d994de8 trunk

[svn] Handle inline metadata. Parsing of tags needs work before it will not crash on occasion, so it's disabled for now.
author iabervon
date Sat, 20 Jan 2007 23:31:12 -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