Skip to content

Commit

Permalink
I haven't added graphics character input yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Plotkin authored and Andrew Plotkin committed Feb 13, 2017
1 parent 15b967e commit 1051a90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rggestal.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ glui32 glk_gestalt_ext(glui32 id, glui32 val, glui32 *arr, glui32 arrlen)
case gestalt_Graphics:
case gestalt_GraphicsTransparency:
return pref_graphicssupport;

case gestalt_GraphicsCharInput:
return FALSE;

case gestalt_DrawImage:
if (pref_graphicssupport) {
Expand Down

0 comments on commit 1051a90

Please sign in to comment.