view Plugins/Visualization/blur_scope/blur_scope.h @ 948:bd38580ec186 trunk

[svn] Experiment with catching invalid utf-8 so the dialog sees it, and it can be fixed properly in dialog.
author nemo
date Mon, 17 Apr 2006 12:19:04 -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