source/Platform/Unix/X11Display.cpp: in destroy() call XDestroyWindow()
This commit is contained in:
parent
61b233f708
commit
0d029817fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue