Skip to content
  • Benjamin Otte's avatar
    rbtree: Rewrite to not lose node order · 6d0499a5
    Benjamin Otte authored
    _gtk_rbtree_reorder() was moving the node's data while reordering. As we
    use the node pointer in the a11y code as a hash key, this didn't work.
    
    So this rewrite changes that. As a bonus, it is less code and faster.
    Woohoo!
    6d0499a5