Mercurial > audlegacy-plugins
comparison src/hotkey/plugin.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 | c1258ae018ee |
comparison
equal
deleted
inserted
replaced
| 2522:7b5b4a51ea6e | 2523:769e17da93dd |
|---|---|
| 316 } | 316 } |
| 317 | 317 |
| 318 /* load plugin configuration */ | 318 /* load plugin configuration */ |
| 319 void load_config (void) | 319 void load_config (void) |
| 320 { | 320 { |
| 321 ConfigDb *cfdb; | 321 mcs_handle_t *cfdb; |
| 322 HotkeyConfiguration *hotkey; | 322 HotkeyConfiguration *hotkey; |
| 323 int i,max; | 323 int i,max; |
| 324 | 324 |
| 325 /* default volume level */ | 325 /* default volume level */ |
| 326 plugin_cfg.vol_increment = 4; | 326 plugin_cfg.vol_increment = 4; |
| 375 } | 375 } |
| 376 | 376 |
| 377 /* save plugin configuration */ | 377 /* save plugin configuration */ |
| 378 void save_config (void) | 378 void save_config (void) |
| 379 { | 379 { |
| 380 ConfigDb *cfdb; | 380 mcs_handle_t *cfdb; |
| 381 int max; | 381 int max; |
| 382 HotkeyConfiguration *hotkey; | 382 HotkeyConfiguration *hotkey; |
| 383 | 383 |
| 384 /* open configuration database */ | 384 /* open configuration database */ |
| 385 cfdb = aud_cfg_db_open ( ); | 385 cfdb = aud_cfg_db_open ( ); |
