fix mistake cocoa screen notification

original commit: 4f55d2270566c57dad2c4d35b558d1cf7cdb5c6e
This commit is contained in:
Matthew Flatt 2010-10-26 16:39:09 -06:00
parent 91b11153a1
commit 5e6bcc8be3

View File

@ -66,7 +66,8 @@
(define-appserv CGDisplayRegisterReconfigurationCallback
(_fun (_fun #:atomic? #t -> _void) _pointer -> _int32))
(define (on-screen-changed) (post-dummy-event))
(CGDisplayRegisterReconfigurationCallback on-screen-changed #f)
(void
(CGDisplayRegisterReconfigurationCallback on-screen-changed #f))
;; ------------------------------------------------------------
;; Create an event to post when MzScheme has been sleeping but is