view Plugins/Visualization/blur_scope/blur_scope.h @ 1350:ca5d03c4b3f1 trunk

[svn] - extra sanity checking keeps the double-free away
author nenolod
date Wed, 28 Jun 2006 13:16:32 -0700
parents fa848bd484d8
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