Get the parent of non-SDL-created windows, for completeness

This commit is contained in:
Sam Lantinga 2017-06-16 11:14:08 -07:00
parent 1b5614b3f5
commit 9085c7b311

View File

@ -366,7 +366,7 @@ WIN_CreateWindowFrom(_THIS, SDL_Window * window, const void *data)
SDL_stack_free(title);
}
if (SetupWindowData(_this, window, hwnd, NULL, SDL_FALSE) < 0) {
if (SetupWindowData(_this, window, hwnd, GetParent(hwnd), SDL_FALSE) < 0) {
return -1;
}