mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
X11_Util: Fix build when using EGL
We forgot to remove the reference to GLWin.width / GLWin.height here.
This commit is contained in:
parent
a141819241
commit
dd2e9d1fc7
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue