Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
sdl2: use `char-width' convenience function
  • Loading branch information
seanfarley committed Jul 7, 2023
commit 2c19d99b0e1741937ac4e254a03a95921e93a509
3 changes: 1 addition & 2 deletions frontends/sdl2/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,7 @@
texture
x
y
(* (display-char-width *display*)
(length string))
(* (char-width) (length string))
height)
(sdl2:destroy-texture texture)
(length string))))
Expand Down