Moved the Sound Gain control option from the Tools menu to a new Sound icon on the status bar;

LPT2 and LPT3 devices can now be selected.
This commit is contained in:
OBattler
2018-02-06 19:53:34 +01:00
parent 086a786f12
commit 437b519d94
10 changed files with 202 additions and 149 deletions

View File

@@ -8,7 +8,7 @@
*
* Define the various UI functions.
*
* Version: @(#)ui.h 1.0.12 2018/01/22
* Version: @(#)ui.h 1.0.13 2018/02/06
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -48,7 +48,8 @@ extern void ui_check_menu_item(int id, int checked);
#define SB_RDISK 0x30
#define SB_HDD 0x50
#define SB_NETWORK 0x60
#define SB_TEXT 0x70
#define SB_SOUND 0x70
#define SB_TEXT 0x80
extern wchar_t *ui_window_title(wchar_t *s);
extern void ui_status_update(void);