comparison src/CoreAudio/init.c @ 2523:769e17da93dd

Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Apr 2008 15:48:36 +0300
parents 7b284f323ad8
children f1b6f1b2cdb3
comparison
equal deleted inserted replaced
2522:7b5b4a51ea6e 2523:769e17da93dd
22 22
23 extern float left_volume, right_volume; 23 extern float left_volume, right_volume;
24 24
25 void osx_init(void) 25 void osx_init(void)
26 { 26 {
27 ConfigDb *cfgfile; 27 mcs_handle_t *cfgfile;
28 28
29 left_volume = 1.0; 29 left_volume = 1.0;
30 right_volume = 1.0; 30 right_volume = 1.0;
31 31
32 memset(&osx_cfg, 0, sizeof (OSXConfig)); 32 memset(&osx_cfg, 0, sizeof (OSXConfig));