winft / como

The Compositor Modules provide means to create Wayland and X11 compositors
GNU General Public License v2.0
89 stars 5 forks source link

Add API to close Wayland windows on shutdown #7

Closed romangg closed 9 months ago

romangg commented 9 months ago

This allows Plasma to gracefully close windows on shutdown. For now this is only a stub in order to provide compatibility. We require logic similar to this in order to wait on windows closing and react to user input. But this includes many KDE dependencies into our windowing code what we first might want to isolate some more.