My KWIN fork where I work on features like per-output virtual desktops
Find a file
Vlad Zahorodnii a634ce77c1 Allow creating global objects before Display is started
It can be especially useful if the compositor wants to ensure that all
globals have been created before starting to accept client connections.

Unfortunately, start() and terminate() stuff doesn't align well with it,
so the terminate() method was dropped to ensure that Display always
returns the same wl_display object.
2020-07-08 07:25:23 +00:00
src/wayland Allow creating global objects before Display is started 2020-07-08 07:25:23 +00:00