view src/blur_scope/blur_scope.h @ 2172:2c6a11b88271

Reset the volume to 100 when we stop playback. That way, apps that start after Audacious will have the correct volume. A fix that sets the volume on playback start will follow.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Sun, 18 Nov 2007 12:19:12 +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