From f7db20369cdd1b699742a2037ca3ab99afe47ab2 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Thu, 7 Jul 2011 23:35:35 +0200 Subject: [PATCH] Add gestalt_Sound2 selector Returns 0 for now, since not all the new functions are supported --- libchimara/gestalt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 6dbffa1..2b6c29c 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -137,7 +137,9 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) #endif /* Unsupported capabilities */ - /* none! */ + /* We do not support the entire new sound suite yet */ + case gestalt_Sound2: + return 0; /* Selector not supported */ default: -- 2.30.2