mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Merge branch 'master' of https://github.com/joncampbell123/dosbox-x
This commit is contained in:
@@ -1976,6 +1976,7 @@ int SDL_GetWMInfo (SDL_SysWMinfo *info)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef ENABLE_IM_EVENT
|
||||
/* Get some platform dependent input method information */
|
||||
int SDL_GetIMInfo (SDL_SysIMinfo *info)
|
||||
{
|
||||
@@ -1988,6 +1989,7 @@ int SDL_GetIMInfo (SDL_SysIMinfo *info)
|
||||
return(0);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* DOSBox-X Hack API: Allow host program to determine size/position of the fullscreen window */
|
||||
int SDL_FSPositionX = 0,SDL_FSPositionY = 0;
|
||||
|
Reference in New Issue
Block a user