WLCS 1.4.0 release
New release. Notable changes:
- Add tests for
zwp_text_input_unstable_v3
- Add tests for
zwp_input_method_unstable_v2
- Add tests for
zwlr_layer_shell_v1
version 4 - Drop requriement for compositors to implement
wl_shell
. Tests which require an arbitrary "visible surface" should now only require one ofxdg_shell
,xdg_shell_unstable_v6
, orwl_shell
. - Fix expectations of keyboard focus for
xdg_popup
tests to match the protocol.
Note for compositor implementors
The keyboard focus for xdg_popup
tests will fail on many compositors, including Weston. Many compositors we have tested implement this protocol incorrectly.