handle WM_DELETE_WINDOW better

This commit is contained in:
Nishi 2025-12-31 00:48:44 +09:00
commit 823c865791
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 5 additions and 3 deletions

View file

@ -29,6 +29,7 @@ struct _MwLLX11 {
GC gc;
Colormap colormap;
Atom wm_delete;
Atom wm_protocols;
XIM xim;
XIC xic;