Renamed ShowWindow() to UnhideWindow() -WIP-

Function provisional renaming... that's not the end of this issue...
This commit is contained in:
Ray
2019-01-17 16:29:36 +01:00
parent a43f87e391
commit 3703430f57
2 changed files with 2 additions and 2 deletions

View File

@@ -836,7 +836,7 @@ void SetWindowSize(int width, int height)
}
// Show the window
__stdcall void ShowWindow(void)
void UnhideWindow(void)
{
#if defined(PLATFORM_DESKTOP)
glfwShowWindow(window);