commit | 2097fe12d47d46efb8784f757dbfb36dc0ed8a8f | [log] [tgz] |
---|---|---|
author | Jasper St. Pierre <jstpierre@mecheye.net> | Sat Feb 01 18:17:34 2014 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 06 13:05:03 2014 -0800 |
tree | 730d08b3c7f69304f72d0233c791284850dadf1c | |
parent | e5b4dce642d0aa1d3fa17e66cebc462a6b4ec84e [diff] |
xdg-shell: Add a "delete" event This is equivalent to WM_DELETE_WINDOW request under X11, or equivalent to pressing the "close" button under CSD. Weston currently doesn't have a compositor-side way to close the window, so no new code is needed on its side.