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

@ -164,7 +164,7 @@ fn handleCommit(listener: *wl.Listener(*wlr.Surface), _: *wlr.Surface) void {
server.root.startTransaction();
}
self.output.damage.addWhole();
self.output.damage.?.addWhole();
}
fn handleNewPopup(listener: *wl.Listener(*wlr.XdgPopup), wlr_xdg_popup: *wlr.XdgPopup) void {