diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-07-26 08:46:56 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-07-26 08:46:56 -0400 |
commit | 64136e5e9ffdf13e981105d778b286b8d3a51578 (patch) | |
tree | 0cc877567900aac54ad2bc6c4db0013f4c857287 /sdl2/input/mouse.scm | |
parent | 6789ffa5366604d361267e96732f25f391943130 (diff) |
mouse: Fix exported procedure names for cursor bindings.
Diffstat (limited to 'sdl2/input/mouse.scm')
-rw-r--r-- | sdl2/input/mouse.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl2/input/mouse.scm b/sdl2/input/mouse.scm index 4a3869d..4eb8746 100644 --- a/sdl2/input/mouse.scm +++ b/sdl2/input/mouse.scm @@ -38,8 +38,8 @@ set-show-cursor! cursor-visible? warp-mouse - create-system-cursor - create-surface-cursor + make-system-cursor + make-color-cursor get-cursor set-cursor! delete-cursor!)) |