mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-07 10:57:44 +00:00
Merge pull request #875 from heuripedes/master
(SDL2) Fix windows build again
This commit is contained in:
commit
364c66a5bf
@ -208,7 +208,7 @@ static void sdl2_gfx_set_handles(sdl2_video_t *vid)
|
||||
{
|
||||
driver.display_type = RARCH_DISPLAY_WIN32;
|
||||
driver.video_display = 0;
|
||||
driver.video_window = (uintptr_t)info.info.window;
|
||||
driver.video_window = (uintptr_t)info.info.win.window;
|
||||
}
|
||||
#elif defined(HAVE_X11)
|
||||
SDL_SysWMinfo info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user