hold onto all frames weakly

original commit: 8d4dac318c4a651d3ed742b55ce275f3706bfe1c
This commit is contained in:
Robby Findler 2012-12-21 15:34:29 -06:00
parent 366a8a31ff
commit 34a8fcb5ee

View File

@ -142,7 +142,7 @@
(g_list_insert l i -1))))))
;; used for location->window
(define all-frames (make-hasheq))
(define all-frames (make-weak-hasheq))
(define frame%
(class (client-size-mixin window%)