diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-27 16:05:32 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-27 16:06:41 +0200 |
commit | fcd1b8e0110182bbb53a5b9a2e797f6ec1e1657e (patch) | |
tree | 556d32d1b3addc36cb0bef0c7c302a7654306087 /xW/xW-resources.h | |
parent | 3d345987c38b6a5ded0a5c66cb00de089b5e7cc5 (diff) | |
download | xK-fcd1b8e0110182bbb53a5b9a2e797f6ec1e1657e.tar.gz xK-fcd1b8e0110182bbb53a5b9a2e797f6ec1e1657e.tar.xz xK-fcd1b8e0110182bbb53a5b9a2e797f6ec1e1657e.zip |
xW: improve beeping
This adds yet another build dependency,
but it's better than the alternatives of handling it in code.
Diffstat (limited to 'xW/xW-resources.h')
-rw-r--r-- | xW/xW-resources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xW/xW-resources.h b/xW/xW-resources.h index 47568b0..55d5590 100644 --- a/xW/xW-resources.h +++ b/xW/xW-resources.h @@ -1,5 +1,6 @@ #define IDI_ICON 1 #define IDI_HIGHLIGHTED 2 +#define IDR_BEEP 3 #define IDA_ACCELERATORS 10 // Named after input_add_functions() in xC. |