mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
EGL: Properly set parent window.
In X with EGL and WX frontend enabled, running the emulator created two windows. This was because the parent window was set incorrectly.
This commit is contained in:
@ -173,6 +173,7 @@ bool cInterfaceEGL::Create(void *&window_handle)
|
||||
else
|
||||
eglBindAPI(EGL_OPENGL_ES_API);
|
||||
|
||||
GLWin.parent = (Window) window_handle;
|
||||
|
||||
if (!Platform.Init(config))
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user