projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8dd5b
)
Add gestalt_Sound2 selector
author
Philip Chimento
<philip.chimento@gmail.com>
Thu, 7 Jul 2011 21:35:35 +0000
(23:35 +0200)
committer
Philip Chimento
<philip.chimento@gmail.com>
Thu, 7 Jul 2011 21:35:35 +0000
(23:35 +0200)
Returns 0 for now, since not all the new functions are supported
libchimara/gestalt.c
patch
|
blob
|
history
diff --git
a/libchimara/gestalt.c
b/libchimara/gestalt.c
index 6dbffa1ade892881ac4e7dc3afc46fe83a41b4da..2b6c29c08a32ac8c3514757e3e516be94e638b5f 100644
(file)
--- a/
libchimara/gestalt.c
+++ b/
libchimara/gestalt.c
@@
-137,7
+137,9
@@
glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen)
#endif
/* Unsupported capabilities */
- /* none! */
+ /* We do not support the entire new sound suite yet */
+ case gestalt_Sound2:
+ return 0;
/* Selector not supported */
default: