summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
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);