summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2019-01-17 16:29:36 +0100
committerRay <[email protected]>2019-01-17 16:29:36 +0100
commit3703430f57a8c06ced45e314f6f71e4e98b046c8 (patch)
tree7b547b1b2e0675b99677de1c39f9447a840874a3 /src/core.c
parenta43f87e3915d46cfa6bb386302df4b729728d595 (diff)
downloadraylib-3703430f57a8c06ced45e314f6f71e4e98b046c8.tar.gz
raylib-3703430f57a8c06ced45e314f6f71e4e98b046c8.zip
Renamed ShowWindow() to UnhideWindow() -WIP-
Function provisional renaming... that's not the end of this issue...
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index bfb283eb..885f8167 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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);