Linux build fix.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6938 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2011-01-27 22:48:46 +00:00
parent 1c7ca86940
commit 198dcccfb0
2 changed files with 6 additions and 10 deletions

View File

@ -144,9 +144,7 @@ void DestroyXWindow(void)
{
XUnmapWindow(GLWin.dpy, GLWin.win);
GLWin.win = 0;
if (GLWin.xEventThread)
delete GLWin.xEventThread;
GLWin.xEventThread = NULL;
GLWin.xEventThread.join();
XFreeColormap(GLWin.evdpy, GLWin.attr.colormap);
}