diff options
| author | 2016-05-06 07:59:54 +0200 | |
|---|---|---|
| committer | 2016-05-06 08:01:11 +0200 | |
| commit | 3c027304eb23d88fa767eb1f3d3f901d7632ead3 (patch) | |
| tree | 8e33de7768ef731695ca379e1925c55309d7ad37 /src/osd/sdl/window.cpp | |
| parent | b3c5e8d324811744641698aaa2c5a3e5cb0bf063 (diff) | |
fix windows SDL build (nw)
Diffstat (limited to 'src/osd/sdl/window.cpp')
| -rw-r--r-- | src/osd/sdl/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/window.cpp b/src/osd/sdl/window.cpp index a7eb0813def..bae8a475bb6 100644 --- a/src/osd/sdl/window.cpp +++ b/src/osd/sdl/window.cpp @@ -768,7 +768,7 @@ int sdl_window_info::complete_create() #ifdef SDLMAME_WIN32 if (fullscreen()) - SDL_SetWindowGrab(window->platform_window<SDL_Window*>(), SDL_TRUE); + SDL_SetWindowGrab(platform_window<SDL_Window*>(), SDL_TRUE); #endif // set main window |
