This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 343
wlroots 0.12.0 #2462
Milestone
Comments
|
I believe the version number in meson.build should have been bumped too? |
@tdaniel22 it was actually bumped in 238d1c0 (tagged release) but that commit isn't pushed to the |
Pushed the missing commit, sorry about that. |
emersion
added a commit
to swaywm/sway
that referenced
this issue
Dec 18, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Planning for the next release. 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 bywlr_xdg_shell
.output: fix blurred hw cursors with fractional scaling (#2107)
For backends:
wlr_output_impl.set_cursor
now takes afloat scale
instead of anint32_t
.Introduce wlr_output_event_commit (#2315)
The
wlr_output.events.commit
event now has a data argument of typestruct wlr_output_event_commit *
instead ofstruct wlr_output *
.The text was updated successfully, but these errors were encountered: