Skip to content

Commit

Permalink
Merge pull request #487 from k-okada/fix_viewport
Browse files Browse the repository at this point in the history
add #+:xwindow before using x::*display*
  • Loading branch information
k-okada committed Apr 18, 2024
2 parents 868484f + e5a12cc commit a7be672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/geo/viewport.l
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ To get viewing or viewsurface object in the viewer, send :viewing or
args))) )
(setq vw (find-viewer name))
(unless vw (setq vw (instantiate viewer)))
#+:xwindow
(if (and (boundp 'x::*display*) (numberp x::*display*)
alternate (not (derivedp alternate x::xdrawable)))
(setq alternate
Expand Down

1 comment on commit a7be672

@k-okada
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing EusLisp documentation

Please check latest documents before merging

PDF version of English manual: manual.pdf
PDF version of Japanese jmanual: jmanual.pdf
HTML version of English manual: manual.html
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of English manual: manual.rst

Please sign in to comment.