wlr_layer_shell_surface::set_size
does not respect 0-sized widths and heights properly
#3678
Labels
wlr_layer_shell_surface::set_size
does not respect 0-sized widths and heights properly
#3678
According to the wlr layer shell protocol specification:
reference: https://wayland.app/protocols/wlr-layer-shell-unstable-v1#zwlr_layer_surface_v1:request:set_size
Instead, this value appears to remain
0
such that when we hitBasicWindowManager::validate_modification_request
we fail validation, which results in an error.This error was encountered when running
cosmic-panel
.The text was updated successfully, but these errors were encountered: