fix more try-atomic problems
original commit: 78b2e47541bcbb591c7a18df9b9292e47e58923c
This commit is contained in:
parent
4dc7f21694
commit
46b8678ec5
|
@ -210,7 +210,8 @@
|
|||
[(= msg WM_CLOSE)
|
||||
(queue-window-event this (lambda ()
|
||||
(when (on-close)
|
||||
(direct-show #f))))
|
||||
(atomically
|
||||
(direct-show #f)))))
|
||||
0]
|
||||
[(and (= msg WM_SIZE)
|
||||
(not (= wParam SIZE_MINIMIZED)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user