This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 341
All globals should have a destroy event #1096
Comments
This was referenced Jun 28, 2018
Merged
We also need to decide what to do when the compositor wants to destroy the global.
|
Some protocols (e.g. tablet-v2) require something like this. |
2 tasks
Fixed by #1200 |
When I say "destroy the global", I refer to the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Globals are destroyed with the display. However, if the compositor sets up a listener for a global (e.g.
new_surface
onwlr_compositor
) it needs to remove the listener before the global is destroyed. It can't use the display destroy event since there's no ordering guarantee.Thanks @martinetd for bringing this up in #1092 (comment)
The text was updated successfully, but these errors were encountered: