diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-11 00:02:22 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-11 00:02:22 -0400 |
| commit | 5928eacbe2eacaffeff991066470e1c03b2afe44 (patch) | |
| tree | 0f9a768fb1d305b9886c2484f4e80ae7314dbceb /Source/Core | |
| parent | a1418192416e012e509c16bbb5c4380f0a30de0c (diff) | |
| parent | dd2e9d1fc72aaada894988cb5b7dfb7c14f0c2e2 (diff) | |
Merge pull request #780 from magcius/fix-egl
X11_Util: Fix build when using EGL
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/GLInterface/X11_Util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/GLInterface/X11_Util.cpp b/Source/Core/DolphinWX/GLInterface/X11_Util.cpp index a1060e8b87..32ab4699e2 100644 --- a/Source/Core/DolphinWX/GLInterface/X11_Util.cpp +++ b/Source/Core/DolphinWX/GLInterface/X11_Util.cpp @@ -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; } |
