X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgestalt.c;h=06154591117d7d8d6ede5204e1141761e6ffd3c7;hb=f3d667ede27d019fc0728cc6d2bcf71854cf2d03;hp=15a754afe3a431260cce25aa17d96dbe00f3d177;hpb=e46e161023a699c5b28ee6f81e912168ab97a643;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 15a754a..0615459 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -1,4 +1,5 @@ #include /* Surprisingly, the only symbol needed is NULL */ +#include #include "glk.h" /* Version of the Glk specification implemented by this library */ @@ -126,6 +127,7 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) return 1; case gestalt_Sound: + case gestalt_SoundVolume: #ifdef GSTREAMER_SOUND return 1; #else @@ -133,7 +135,6 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) #endif /* Unsupported capabilities */ - case gestalt_SoundVolume: case gestalt_SoundNotify: case gestalt_SoundMusic: /* Selector not supported */