racket/gui win32: atomicity repair

This commit is contained in:
Matthew Flatt 2012-08-29 17:45:23 -06:00
parent 977fd37913
commit 7291e1a24d

View File

@ -154,6 +154,6 @@
(wrap-evt (system-idle-evt)
(lambda (v) #f))
boundary-tasks-ready-evt)))
(pre-event-sync #t))
(atomically (pre-event-sync #t)))
(as-entry dispatch-all-ready)
(loop)))))