diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2017-11-10 14:37:37 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2017-11-10 14:37:37 -0500 |
commit | d57967f1f614a4426d2323a14c6dcd5c37ee1aa3 (patch) | |
tree | 94ef9b03111eee6e15abc02f148cb7a20b513069 /Makefile.am | |
parent | c42c8a8589dff430c07684fb0044295a953cdd4c (diff) |
Add clipboard bindings.
* sdl2/bindings.scm (sdl-get-clipboard-text, sdl-set-clipboard-text,
sdl-has-clipboard-text): New procedures.
* sdl2/clipboard.scm: New file.
* Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d884ffc..7325bee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SOURCES = \ sdl2.scm \ sdl2/config.scm \ sdl2/bindings.scm \ + sdl2/clipboard.scm \ sdl2/surface.scm \ sdl2/render.scm \ sdl2/video.scm \ |