restricted interval-map interface, simplified code, based on splay-trees

removed old, awful skip-list iteration-mutation procedures
updated skip-lists

original commit: 076bba5ee9d4c18895c6358f4486da8f66a9f296
This commit is contained in:
Ryan Culpepper 2010-09-17 02:21:01 -06:00
parent 5624941e25
commit 7ca1056337

View File

@ -105,7 +105,7 @@
invalidate-bitmap-cache)
;; interval-map of Drawings
(define drawings-list (make-numeric-interval-map))
(define drawings-list (make-interval-map))
(field [hover-position #f])