From fcd1b8e0110182bbb53a5b9a2e797f6ec1e1657e Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 27 Jul 2023 16:05:32 +0200 Subject: xW: improve beeping This adds yet another build dependency, but it's better than the alternatives of handling it in code. --- xW/xW-resources.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xW/xW-resources.h') 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. -- cgit v1.2.3-54-g00ecf