Mercurial > audlegacy-plugins
comparison src/skins/plugin.c @ 2912:8f0a8a0d71c5
init volume sliders
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Thu, 14 Aug 2008 00:46:34 +0200 |
| parents | 469f7e596a20 |
| children | 3134a0987162 |
comparison
equal
deleted
inserted
replaced
| 2911:23c437ada180 | 2912:8f0a8a0d71c5 |
|---|---|
| 86 ui_manager_create_menus(); | 86 ui_manager_create_menus(); |
| 87 | 87 |
| 88 init_skins(config.skin); | 88 init_skins(config.skin); |
| 89 mainwin_setup_menus(); | 89 mainwin_setup_menus(); |
| 90 | 90 |
| 91 gint h_vol[2]; | |
| 92 aud_input_get_volume(&h_vol[0], &h_vol[1]); | |
| 93 aud_hook_call("volume set", h_vol); | |
| 94 | |
| 91 skins_interface.ops->create_prefs_window(); | 95 skins_interface.ops->create_prefs_window(); |
| 92 cfgdlg = skins_configure(); | 96 cfgdlg = skins_configure(); |
| 93 aud_prefswin_page_new(cfgdlg, N_("Skinned Interface"), DATA_DIR "/images/appearance.png"); | 97 aud_prefswin_page_new(cfgdlg, N_("Skinned Interface"), DATA_DIR "/images/appearance.png"); |
| 94 | 98 |
| 95 aud_hook_call("create prefswin", NULL); | 99 aud_hook_call("create prefswin", NULL); |
