X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgestalt.c;h=55ff57c797bd210340c8189db253213a0d7f2288;hb=2ab029c7428eb3e4894e7d165815c90fbc39a8b2;hp=46e640dd9cc6592f2c12d908bf7f1e91d30d9ae5;hpb=6f7ca2daf591a9cc427e8174daf4a07f3e7728ab;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 46e640d..55ff57c 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 4 /** * glk_gestalt: @@ -138,7 +138,8 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) #endif /* Unsupported capabilities */ - /* none! */ + case gestalt_ResourceStream: + return 0; /* Selector not supported */ default: