This commit is contained in:
Jay McCarthy 2015-04-28 18:50:39 -04:00
parent c67f68bfad
commit 9755558278
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
(define-values (w h) (get-display-size #t))
(values (* -1 x) (* -1 y) w h)]
[else
(values #f #f the-init-w the-init-h)]))
(values #f #f 800 600)]))
;; xxx start-x/y isn't working