remove debugging printf
This commit is contained in:
parent
58e1e37734
commit
6fa9ee22a7
|
@ -87,7 +87,7 @@
|
||||||
;; that, so there's an additional hack above.
|
;; that, so there's an additional hack above.
|
||||||
(define-appserv CGDisplayRegisterReconfigurationCallback
|
(define-appserv CGDisplayRegisterReconfigurationCallback
|
||||||
(_fun (_fun #:atomic? #t -> _void) _pointer -> _int32))
|
(_fun (_fun #:atomic? #t -> _void) _pointer -> _int32))
|
||||||
(define (on-screen-changed) (printf "CG\n") (post-dummy-event))
|
(define (on-screen-changed) (post-dummy-event))
|
||||||
(void
|
(void
|
||||||
(CGDisplayRegisterReconfigurationCallback on-screen-changed #f))
|
(CGDisplayRegisterReconfigurationCallback on-screen-changed #f))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user