svn: r17465

This commit is contained in:
Matthias Felleisen 2010-01-02 22:04:26 +00:00
parent 7df292b701
commit 9a11ad1d67

View File

@ -250,7 +250,7 @@
(let ([b (box d)])
(set! w (cons b w))
;; low priority, otherwise it's too fast
(queue-callback (lambda () (unbox b)) #f))]
(queue-callback (lambda () ((unbox b))) #f))]
[(< draw# 0)
(set-draw#!)
(for-each (lambda (b) (set-box! b void)) w)