Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 6, 2023
1 parent e609a2f commit 61f0fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/display-3.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
(lem-core:attribute-value attribute :height))))

(defun window-view-width (window)
(lem-if:view-width (lem:implementation) (lem-core:window-view window)))
(lem-if:view-width (lem-core:implementation) (lem-core:window-view window)))

(defun window-view-height (window)
(lem-if:view-height (lem:implementation) (lem-core:window-view window)))
(lem-if:view-height (lem-core:implementation) (lem-core:window-view window)))

(defun set-cursor-position (window x y)
(%set-cursor-position (lem-core:implementation) window x y))
Expand Down

0 comments on commit 61f0fdf

Please sign in to comment.