1
0
Fork 0

source/Platform/Unix/X11Display.cpp: in destroy() call XDestroyWindow()

This commit is contained in:
Henrik Hautakoski 2020-10-27 18:49:17 +01:00
parent 61b233f708
commit 0d029817fe

View file

@ -80,6 +80,7 @@ void X11Display::destroy()
{ {
if (m_win) { if (m_win) {
X11WindowEventHandler::unregisterHandler(m_disp, m_win); X11WindowEventHandler::unregisterHandler(m_disp, m_win);
::XDestroyWindow(m_disp, m_win);
} }
if (m_disp) { if (m_disp) {