Skip to content

libs: window: wayland: handle configure event

The wl_shell_surface can send a configure event 1, which asks the Wayland client to resize to the given width and height. Note that we can, but don't need to take into account the edges argument.

Merge request reports