Skip to content

Commit

Permalink
Use the function get-client-{w,h} instead of the syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
apghero committed Jun 26, 2019
1 parent d9275b8 commit 63ccc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slideshow/simple/lang/reader.rkt
Expand Up @@ -220,8 +220,8 @@
(define (stage-image-slide node)
`(slide (scale-to-fit (bitmap
,(image-slide-path node))
(client-w)
(client-h)
(get-client-w)
(get-client-h)
#:mode 'preserve)
,(render-notes node image-slide-notes)))

Expand Down

0 comments on commit 63ccc97

Please sign in to comment.