hold onto all frames weakly

This commit is contained in:
Robby Findler 2012-12-21 15:34:29 -06:00
parent d645200f93
commit 8d4dac318c

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%)