-
Notifications
You must be signed in to change notification settings - Fork 144
wl_fixes
protocol
#726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
wl_fixes
protocol
#726
Conversation
466e18c
to
e2731a9
Compare
I guess the server should also remove the registry from |
This is needed for implementing the `wl_fixes` protocol. It should also make it possible to handle the requirement in `zwlr_output_configuration_v1::destroy` to destroy the `wlr_output_configuration_head`.
This is now upstream; but waiting for release.
Needed for `wl_fixes` bindings.
For use with the `wl_fixes` protocol.
This would unblock using the v10 wl_keyboard additions even if wl_fixes doesn't work correctly. I can offer some testing. |
Version 1.24 has just been released. Is there any way I can help make this happen? |
The Then I have to remember if there was anything else still needed here... I did add a commit to update |
I added some tests: #826 |
In addition to copying the protocol changes from https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/388, this required two things:
wayland-scanner
to generate aWlRegistry
type server-side. Instead of trying to make it produce a validparse_request
to handle the special case of thebind
request, it just usesunimplemented!
.destroy_object
method to destroy the objectSee Smithay/smithay#1428 for server-side use of this.