[idd] helper: correctly pump message and destroy window

This commit is contained in:
Quantum
2025-09-13 20:57:49 -04:00
committed by Geoffrey McRae
parent 67e1574d20
commit 5c1d604a22
3 changed files with 33 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ public:
static bool registerClass();
CWindow();
~CWindow();
void destroy();
HWND hwnd() { return m_hwnd; }
};