racket/gui cocoa: fix initial eventspace hook
original commit: 985eecbed743d3e47222b2b411d4ca9cf0c25410
This commit is contained in:
parent
93404aaf3a
commit
78821bc3b3
|
@ -269,7 +269,7 @@
|
|||
(import-class NSDate)
|
||||
(define distantFuture (tell NSDate distantFuture))
|
||||
|
||||
(define eventspace-hook (lambda (e) #f))
|
||||
(define eventspace-hook (lambda (e v) #f))
|
||||
(define (set-eventspace-hook! proc) (set! eventspace-hook proc))
|
||||
|
||||
(define front-hook (lambda () (values #f #f)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user