X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgestalt.c;h=b553c6ec6a5c3c919774186e901a17aaf432a353;hb=07959e767424a4779abbac3a73fe626ba89ea566;hp=2b6c29c08a32ac8c3514757e3e516be94e638b5f;hpb=f7db20369cdd1b699742a2037ca3ab99afe47ab2;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 2b6c29c..b553c6e 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -6,7 +6,7 @@ /* Version of the Glk specification implemented by this library */ #define MAJOR_VERSION 0 #define MINOR_VERSION 7 -#define SUB_VERSION 2 +#define SUB_VERSION 3 /** * glk_gestalt: @@ -130,6 +130,7 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) case gestalt_SoundVolume: case gestalt_SoundNotify: case gestalt_SoundMusic: + case gestalt_Sound2: #ifdef GSTREAMER_SOUND return 1; #else @@ -137,9 +138,7 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) #endif /* Unsupported capabilities */ - /* We do not support the entire new sound suite yet */ - case gestalt_Sound2: - return 0; + /* none! */ /* Selector not supported */ default: