Merge pull request #193 from fauxmight/chasing-wlroots
Chasing wlroots
Merge remote-tracking branch 'origin/wlroots-xdg-shell-refactor' into chasing-wlroots
Merge remote-tracking branch 'origin/output-layout-get-box-update' into chasing-wlroots
Account for changes expecting wlr_xdg_toplevel rather than wlr_xdg_surface
update wlr-output-layout-get-box
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
document status information and <&- in README
As mentioned in #158.
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
Merge branch 'main' into wlroots-next
simplify client_for_each_surface
All the XDG surface iterator does is iterate the main wlr_surface, then
iterate the popups. If we inline that function, we can merge part of it
with the X11 case.