Merge pull request #149 from xi/fix-grabc-unmap reset cursor mode when grabc is unmapped
remove typedef `Decoration`
Merge pull request #160 from Humm42/closepipes -s: close unused fds
Merge branch 'wlroots-next' wlroots 0.15.0 was released
Merge branch 'main' of github:djpohly/dwl
explicitly create renderer and allocator autocreate was removed
`wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state` as seen in swaywm/wlroots@0e34208
Merge branch 'wlroots-next' of github:djpohly/dwl into wlroots-next
-s: close unused fds dup2 doesn’t close fds, it only duplicates them. The old ones weren’t closed, causing problems (like dwl blocking due to the child process never reading from the reading end, even if stdin has been closed).
Merge pull request #152 from ARDiDo/no_redundant_xcursor remove redundancies in xcursors
Remove redundant xcursor manager
Merge pull request #150 from Sevz17/wlroots-next client_pending has been renamed as pending in wlr_layer_surface_v1
client_pending has been renamed as pending in wlr_layer_surface_v1 as seen in swaywm/wlroots@59fa363
Merge branch 'main' into wlroots-next
simplify fullscreen expression
reset cursor mode when grabc is unmapped
Merge branch 'main' into wlroots-next
update deprecated xkb function name
Merge pull request #145 from PalanixYT/wlroots-next wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_…
wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_destroy