mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 00:38:45 +00:00
WinRT: minor code-comment cleanups
This commit is contained in:
parent
6823a22162
commit
44c0b2da87
2 changed files with 1 additions and 5 deletions
|
|
@ -492,6 +492,7 @@ WINRT_DetectWindowFlags(SDL_Window * window)
|
|||
return latestFlags;
|
||||
}
|
||||
|
||||
// TODO, WinRT: consider removing WINRT_UpdateWindowFlags, and just calling WINRT_DetectWindowFlags as-appropriate (with appropriate calls to SDL_SendWindowEvent)
|
||||
void
|
||||
WINRT_UpdateWindowFlags(SDL_Window * window, Uint32 mask)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue