Skip to content

Allow programmatically closing xwayland window

John Good requested to merge archiesix/weston:xclose into master

At present, the function weston_desktop_surface_close does not allow to close an Xwayland desktop surface : this, e.g., prevents closing Xwayland windows using shortcuts. The proposed modification overcomes this limitation.

Merge request reports