BAlert: play user-selected sound

* Alert sounds are separate from notifications

Change-Id: I9e5545084faea354ddd339154c10b54d6479b404
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8477
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
SED4906
2026-01-03 13:41:24 +00:00
committed by Adrien Destugues
parent f081c0202d
commit 64f088f495
5 changed files with 33 additions and 1 deletions
+3
View File
@@ -13,6 +13,9 @@
#define MEDIA_SOUNDS_BEEP "Beep"
#define MEDIA_SOUNDS_STARTUP "Startup"
#define MEDIA_SOUNDS_INFORMATION_ALERT "Information alert"
#define MEDIA_SOUNDS_IMPORTANT_ALERT "Important alert"
#define MEDIA_SOUNDS_ERROR_ALERT "Error alert"
#define MEDIA_SOUNDS_KEY_DOWN "Key down"
#define MEDIA_SOUNDS_KEY_REPEAT "Key repeat"
#define MEDIA_SOUNDS_KEY_UP "Key up"