Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
wlroots-0.12.0.tar.gz | 2020-11-08 | 476.9 kB | |
wlroots-0.12.0.tar.gz.sig | 2020-11-08 | 566 Bytes | |
0.12.0 source code.tar.gz | 2020-11-08 | 477.0 kB | |
0.12.0 source code.zip | 2020-11-08 | 664.1 kB | |
README.md | 2020-11-08 | 7.1 kB | |
Totals: 5 Items | 1.6 MB | 0 |
Note: the PGP signing key has changed to 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.
wlroots 0.12.0 includes the following breaking changes:
render/gles2: remove gles2_procs global (#2351)
The wlr_gles2_texture_from_*
family of functions are no longer public API.
Remove xdg-shell-unstable-v6 support (#2391)
wlr_xdg_shell_v6
has been dropped and is superseded by wlr_xdg_shell
.
output: fix blurred hw cursors with fractional scaling (#2107)
For backends: wlr_output_impl.set_cursor
now takes a float scale
instead of an int32_t
.
Introduce wlr_output_event_commit (#2315)
The wlr_output.events.commit
event now has a data argument of type struct wlr_output_event_commit *
instead of struct wlr_output *
.