Add option to set XDG sound theme on Linux

This commit is contained in:
Campbell Jones
2022-03-21 15:57:55 -04:00
parent 073b47a236
commit 55fd885491
7 changed files with 24 additions and 9 deletions

View File

@@ -386,7 +386,7 @@ void scroll_event(double, double, int, int);
void on_key_input(GLFWkeyevent *ev);
void request_window_attention(id_type, bool);
#ifndef __APPLE__
void play_canberra_sound(const char *which_sound, const char *event_id, bool is_path, const char *role);
void play_canberra_sound(const char *which_sound, const char *event_id, bool is_path, const char *role, const char *theme_name);
#endif
SPRITE_MAP_HANDLE alloc_sprite_map(unsigned int, unsigned int);
SPRITE_MAP_HANDLE free_sprite_map(SPRITE_MAP_HANDLE);