handle WM_DELETE_WINDOW better

This commit is contained in:
NishiOwO
2025-12-31 00:48:44 +09:00
parent 3f9125d1ae
commit 823c865791
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;