view src/vtx/config.c @ 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 2ebeb7816c5e
children 3134a0987162
line wrap: on
line source

/*
 *    Plugin configure dialog.
 */
#include <audacious/plugin.h>

void vtx_config(void)
{


}