gtk clipboard repair
original commit: abf1805d4257c05c7c7d40535414a0dcfd901a94
This commit is contained in:
parent
b3267c7dba
commit
b92d693343
|
@ -127,7 +127,7 @@
|
||||||
(define/public (replaced s-box)
|
(define/public (replaced s-box)
|
||||||
;; Called in Gtk event-dispatch thread --- atomically with respect
|
;; Called in Gtk event-dispatch thread --- atomically with respect
|
||||||
;; to any other thread
|
;; to any other thread
|
||||||
(when (eq? s-box self-box)
|
(when (ptr-equal? s-box self-box)
|
||||||
(set! self-box #f)
|
(set! self-box #f)
|
||||||
(let ([c client])
|
(let ([c client])
|
||||||
(when c
|
(when c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user