mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-18 12:30:33 +00:00
cosmetics
This commit is contained in:
parent
61fb95dd6f
commit
29396b547b
@ -99,9 +99,7 @@ static void do_getscrap(void **handle, uint32 type, int32 offset);
|
|||||||
static HWND GetMainWindowHandle(void)
|
static HWND GetMainWindowHandle(void)
|
||||||
{
|
{
|
||||||
SDL_SysWMinfo wmInfo;
|
SDL_SysWMinfo wmInfo;
|
||||||
wmInfo.version.major = SDL_MAJOR_VERSION;
|
SDL_VERSION(&wmInfo.version);
|
||||||
wmInfo.version.minor = SDL_MINOR_VERSION;
|
|
||||||
wmInfo.version.patch = SDL_PATCHLEVEL;
|
|
||||||
return SDL_GetWMInfo(&wmInfo) ? wmInfo.window : NULL;
|
return SDL_GetWMInfo(&wmInfo) ? wmInfo.window : NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user