WinRT: minor code-comment cleanups

This commit is contained in:
David Ludwig
2015-12-31 01:54:11 -05:00
parent 6823a22162
commit 44c0b2da87
2 changed files with 1 additions and 5 deletions

View File

@@ -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)
{