session-lock: handle output unplugging better

This commit is contained in:
tiosgz
2022-02-09 19:00:28 +00:00
committed by Isaac Freund
parent 33187e0b09
commit 49efbfe046
13 changed files with 70 additions and 51 deletions

View File

@ -120,5 +120,5 @@ fn handleSurface(
assert(manager.locked);
assert(manager.lock != null);
LockSurface.create(wlr_lock_surface);
LockSurface.create(wlr_lock_surface, manager.lock.?);
}