From dbc5984dc1360944f4dd15f9d846829fab99f04d Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Fri, 15 Jan 2021 21:05:43 +0100 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3