X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgestalt.c;h=54fc700602ecc29f75c1f20b1eedc2d7943166a1;hb=f19a194bd066ea4320c1c6b6b8c5a375f7787af5;hp=ebeb765f20a9f59d00697fa5758d345f1f6f33c1;hpb=2da183ac47f1157560dcd2c417f7f6a24ae72352;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index ebeb765..54fc700 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -5,7 +5,7 @@ /* Version of the Glk specification implemented by this library */ #define MAJOR_VERSION 0 #define MINOR_VERSION 7 -#define SUB_VERSION 0 +#define SUB_VERSION 2 /** * glk_gestalt: @@ -130,6 +130,7 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) case gestalt_Sound: case gestalt_SoundVolume: case gestalt_SoundNotify: + case gestalt_SoundMusic: #ifdef GSTREAMER_SOUND return 1; #else @@ -137,7 +138,11 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) #endif /* Unsupported capabilities */ - case gestalt_SoundMusic: + case gestalt_DateTime: + case gestalt_LineInputEcho: + case gestalt_LineTerminatorKey: + case gestalt_LineTerminators: + case gestalt_UnicodeNorm: /* Selector not supported */ default: return 0;