summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-01-15 21:05:43 +0100
committerDavid Thompson <dthompson2@worcester.edu>2021-01-16 19:40:46 -0500
commitdbc5984dc1360944f4dd15f9d846829fab99f04d (patch)
tree026a5c23ce56c2308ad963356bae8b29fcec5d3d /Makefile.am
parent5b965d180a1f536affd51ffc2b51d5e90fbc362d (diff)
Add support for hints.
* sdl2/bindings.scm (SDL_HINT_DEFAULT, SDL_HINT_NORMAL, SDL_HINT_OVERRIDE) (sdl-set-hint-with-priority, sdl-get-hint): New variables. * sdl2/hints.scm: New file. * doc/api.texi: Add Hints.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 287a19c..15007a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,7 @@ SOURCES = \
sdl2/bindings.scm \
sdl2/blend-mode.scm \
sdl2/clipboard.scm \
+ sdl2/hints.scm \
sdl2/rect.scm \
sdl2/surface.scm \
sdl2/render.scm \