Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #780 from magcius/fix-egl
X11_Util: Fix build when using EGL
  • Loading branch information
lioncash committed Aug 11, 2014
2 parents a141819 + dd2e9d1 commit 5928eac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DolphinWX/GLInterface/X11_Util.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5928eac

Please sign in to comment.