Allow to reset volume to 100% in GUI

This commit is contained in:
Klaus Basan
2015-02-14 19:12:41 +01:00
parent df1c0c65da
commit 41b7291a21
3 changed files with 36 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ namespace BlackGui
//! Volumes changed (elsewhere)
void ps_onOutputVolumeChanged(int volume);
//! Set volume to 100
void ps_setVolume100();
//! Change values because of volume GUI controls
void ps_changeOutputVolumeFromSlider(int volume);