Skip to content

RFC: Fix delayed global removal

Vlad Zahorodnii requested to merge work/global-delayed-removal into master

Unfortunately, we cannot just simply unset the wl_global's user data. The compositor still needs to process client requests after the global has been removed, for example bind requests or the requests that create new resources.

CCBUG: 435258

Merge request reports