-
Notifications
You must be signed in to change notification settings - Fork 928
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
Support to wlr_layer_shell #4044
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The response is the same as for other PRs, not unless backend split is done, which I hope should be soon.
Well, it seems completely make sense to me, is there any site where they are discussing this topic? I will leave the PR open for now and keep it updated with respect to the main winit branch. |
Everything you need is present on github issues here and opened PRs. You can subscribe to #3433 . |
Perfect, thank you, I also joined the matrix server that you have in the README, I will be in contact to help you with whatever you need 🦀 |
41327bb
to
a448759
Compare
a448759
to
094555a
Compare
094555a
to
36a3906
Compare
changelog
module if knowledge of this change could be valuable to usersYup, this is another PR trying to integrate
layer_shell
support to winit, personally I use this feature a lot and even considered making my own windowing system to support this feature, but that would be counterproductive to the ecosystem and I prefer to add this feature so the rest can enjoy it.My main goal is to try to preserve as much as possible the interaction with the default API, to some extent I think it is a success but there are things that can not be avoided to change.
Clearly and as you will notice this PR is strongly inspired by #2832 I decided to make another one due to the low activity on the original author's github instead of contacting him and contributing to his fork.
Fixes #2582
Unresolved design questions:
Anchor
,KeyboardInteractivity
, andLayer
should be reexported inwinit::platform::wayland