all: implement damage tracking
This commit is contained in:
parent
76a3c50560
commit
bb66abb817
28 changed files with 473 additions and 82 deletions
|
|
@ -74,7 +74,7 @@ impl ExtSessionLockManagerV1RequestHandler for ExtSessionLockManagerV1 {
|
|||
state.lock.locked.set(true);
|
||||
state.lock.lock.set(Some(new.clone()));
|
||||
state.tree_changed();
|
||||
state.damage();
|
||||
state.damage(state.root.extents.get());
|
||||
new.send_locked();
|
||||
} else {
|
||||
new.finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue