Merge pull request #780 from magcius/fix-egl

X11_Util: Fix build when using EGL
This commit is contained in:
Lioncash 2014-08-11 00:02:22 -04:00
commit 5928eacbe2
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ void *cXInterface::CreateWindow(void)
XSync(GLWin.evdpy, True);
GLWin.xEventThread = std::thread(&cXInterface::XEventThread, this);
// Control window size and picture scaling
GLInterface->SetBackBufferDimensions(GLWin.width, GLWin.height);
return (void *) GLWin.win;
}