summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-07-26 08:46:56 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-07-26 08:46:56 -0400
commit64136e5e9ffdf13e981105d778b286b8d3a51578 (patch)
tree0cc877567900aac54ad2bc6c4db0013f4c857287
parent6789ffa5366604d361267e96732f25f391943130 (diff)
mouse: Fix exported procedure names for cursor bindings.
-rw-r--r--sdl2/input/mouse.scm4
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!))