X11: Add support for window closing and quitting.#900
X11: Add support for window closing and quitting.#900xStrom merged 4 commits intolinebender:masterfrom
Conversation
|
I also implemented I also added a |
luleyleo
left a comment
There was a problem hiding this comment.
Thanks a lot for this! Makes the X11 shell pretty much even with GTK, except for menus of course.
|
I added more code comments to hopefully make things clearer. I also removed connection flushing from |
luleyleo
left a comment
There was a problem hiding this comment.
Looks good! The doc-links are definitely useful.
This PR adds support for closing individual windows. Previously closing any window would close all of them. This can be tested with the
multiwinexample.Additionally I refactored some code and added more inline documentation.