Replies: 1 comment
-
You need to get the connection to the compositor used by winit instead of create a new one otherwise it will treat as a different session. Here is the example code on the project I'm working on: https://github.com/obhq/obliteration/blob/main/gui/src/ui/backend/wayland.rs#L29 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting a new discussion as the one I was posting in is closed. #6910
I'm looking at doing a popup dock similar to a virtual keyboard in Wayland using the layer shell protocol.
Im getting stuck on getting access to the global, event_queue and so the queue handle....
See my 2x TODO for where im stuck..
Beta Was this translation helpful? Give feedback.
All reactions