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:
parent
5624941e25
commit
7ca1056337
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user