Closed and3rson closed 3 months ago
I ran into the same problem. Are there any plans to implement it? Almost all protocols, or at least the ones I am interested in, use new_id
@flacjacket, I attempted to address this issue with PR #64
Unfortunately, I couldn't think of a more elegant way to get the required WlDisplay object, so I'm trying to do it via the WlRegistry.
Please review.
@flacjacket, thoughts on this? Or a better idea how to get access to the WlDisplay?
I'm trying to use
wlr-foreign-toplevel-management-unstable-v1.xml
and I'm getting this error:Relevant event:
It seems like
new_id
type is not implemented inpywayland/protocol_core/message.py:145
:Any thoughts or plans on this? Thank you!