fix mistake cocoa screen notification
original commit: 4f55d2270566c57dad2c4d35b558d1cf7cdb5c6e
This commit is contained in:
parent
91b11153a1
commit
5e6bcc8be3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user