Mercurial > audlegacy-plugins
diff src/OSS4/OSS4.h @ 1245:a18b7cdc505d
stripped down the config dialog, added an option for the save dmix volume
between sessions and added myself to the credits
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Thu, 12 Jul 2007 19:42:32 +0300 |
| parents | d0f1e147cf62 |
| children | 2d37dbee0d12 |
line wrap: on
line diff
--- a/src/OSS4/OSS4.h Thu Jul 12 18:21:23 2007 +0300 +++ b/src/OSS4/OSS4.h Thu Jul 12 19:42:32 2007 +0300 @@ -41,12 +41,11 @@ typedef struct { gint audio_device; - gint mixer_device; gint buffer_size; gint prebuffer; - gboolean use_master,use_vmix; - gboolean use_alt_audio_device, use_alt_mixer_device; - gchar *alt_audio_device, *alt_mixer_device; + gboolean save_volume; + gboolean use_alt_audio_device; + gchar *alt_audio_device; } OSSConfig; extern OSSConfig oss_cfg;
