Now we can claim to implement the whole gestalt_Sound2 suite
[projects/chimara/chimara.git] / libchimara / gestalt.c
index 2b6c29c08a32ac8c3514757e3e516be94e638b5f..46e640dd9cc6592f2c12d908bf7f1e91d30d9ae5 100644 (file)
@@ -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: