view src/blur_scope/blur_scope.h @ 3095:c5fcdbfaaf1e

Actually drop this include as it would never have worked, this was shadowing a system header or not including anything at all.
author Tony Vroon <chainsaw@gentoo.org>
date Thu, 30 Apr 2009 14:16:43 +0100
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