ext-session-lock: implement protocol
This commit is contained in:
@ -76,7 +76,7 @@ pub fn create(wlr_xdg_popup: *wlr.XdgPopup, parent: Parent) void {
|
||||
layer_surface.output.wlr_output.effectiveResolution(&box.width, &box.height);
|
||||
wlr_xdg_popup.unconstrainFromBox(&box);
|
||||
},
|
||||
.drag_icon => unreachable,
|
||||
.drag_icon, .lock_surface => unreachable,
|
||||
}
|
||||
|
||||
wlr_xdg_popup.base.events.destroy.add(&xdg_popup.surface_destroy);
|
||||
|
Reference in New Issue
Block a user