diff options
| author | Ray <[email protected]> | 2019-01-17 16:29:36 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-01-17 16:29:36 +0100 |
| commit | 3703430f57a8c06ced45e314f6f71e4e98b046c8 (patch) | |
| tree | 7b547b1b2e0675b99677de1c39f9447a840874a3 /src/core.c | |
| parent | a43f87e3915d46cfa6bb386302df4b729728d595 (diff) | |
| download | raylib-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
