view src/blur_scope/blur_scope.h @ 1828:07c11537a0e8

blur_scope: MK2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:48:53 -0500
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