Mercurial > audlegacy-plugins
view src/scrobbler/gtkstuff.h @ 74:11d45400f5ed trunk
[svn] The mixer device isn't opened and closed for every action now, instead
it gets opened as soon as needed and closed if it's not needed anymore.
This fixes a lot of bugs with the mixer of the OSS plugin, including
the one that settigns the volume on OpenBSD via OSS didn't work at all.
author | js |
---|---|
date | Mon, 02 Oct 2006 11:29:31 -0700 |
parents | 3da1b8942b8b |
children |
line wrap: on
line source
#ifndef GTKSTUFF_H #define GTKSTUFF_H 1 void about_show(void); void errorbox_show(char *); void init_errorbox_done(void); int get_errorbox_done(void); void configure_dialog(void); #endif