comparison src/CoreAudio/configure.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents 7b284f323ad8
children 769e17da93dd
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 */ 18 */
19 19
20 #include "coreaudio.h" 20 #include "coreaudio.h"
21 #include <audacious/configdb.h>
22 #include <CoreAudio/CoreAudio.h> 21 #include <CoreAudio/CoreAudio.h>
23 22 #include <audacious/plugin.h>
24 #include <audacious/i18n.h> 23 #include <audacious/i18n.h>
25 24
26 static GtkWidget *configure_win = NULL; 25 static GtkWidget *configure_win = NULL;
27 static GtkWidget *mixer_usemaster_check, *buffer_size_spin, *buffer_pre_spin; 26 static GtkWidget *mixer_usemaster_check, *buffer_size_spin, *buffer_pre_spin;
28 static GtkWidget *adevice_use_alt_check, *audio_alt_device_entry; 27 static GtkWidget *adevice_use_alt_check, *audio_alt_device_entry;