Merge pull request #780 from magcius/fix-egl
X11_Util: Fix build when using EGL
This commit is contained in:
commit
5928eacbe2
|
@ -83,8 +83,6 @@ void *cXInterface::CreateWindow(void)
|
||||||
XSync(GLWin.evdpy, True);
|
XSync(GLWin.evdpy, True);
|
||||||
|
|
||||||
GLWin.xEventThread = std::thread(&cXInterface::XEventThread, this);
|
GLWin.xEventThread = std::thread(&cXInterface::XEventThread, this);
|
||||||
// Control window size and picture scaling
|
|
||||||
GLInterface->SetBackBufferDimensions(GLWin.width, GLWin.height);
|
|
||||||
|
|
||||||
return (void *) GLWin.win;
|
return (void *) GLWin.win;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue