-
Notifications
You must be signed in to change notification settings - Fork 83
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
Integrate KDE's decoration protocol #1
Comments
Actually, it should probably not be a |
The xdg-decoration protocol has been merged in wayland-protocols 1.15. |
We have a working implementation in this PR: swaywm/wlroots#1053 It's not yet merged because it requires a |
An early version is available in wayland-protocols : https://docs.rs/wayland-protocols/0.20.1/wayland_protocols/misc/server_decoration/client/index.html
There is also ongoing discussion on the wayland mailling lists and some variant of the protocol is likely to be soon standardized : https://lists.freedesktop.org/archives/wayland-devel/2018-April/037933.html
The idea would be to make a
ServerFrame<F: Frame>
implementingwindow::Frame
that would use the server decoration protocol if available and if not fallback to theF
frame.The text was updated successfully, but these errors were encountered: