session-lock: handle output unplugging better

This commit is contained in:
tiosgz
2022-11-13 16:45:18 +01:00
committed by Isaac Freund
parent 33187e0b09
commit 49efbfe046
13 changed files with 70 additions and 51 deletions
+1 -1
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.?);
}