dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 772c0fe1bdca4299b4de055a9acf0a92156a85ae
parent d4ce92a7b5310c53afcfe7e47870d06a3c146c2c
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Mon, 23 Aug 2021 11:58:02 -0400

Merge pull request #145 from PalanixYT/wlroots-next

wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_…
Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -553,7 +553,7 @@ arrangelayer(Monitor *m, struct wl_list *list, struct wlr_box *usable_area, int box.y -= state->margin.bottom; } if (box.width < 0 || box.height < 0) { - wlr_layer_surface_v1_close(wlr_layer_surface); + wlr_layer_surface_v1_destroy(wlr_layer_surface); continue; } layersurface->geo = box;