Closes #1460.
This commit is contained in:
r00ster 2019-04-04 17:14:40 +02:00 коммит произвёл Camilla Löwy
Родитель 422bf79e8f
Коммит f8a70aca67
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -930,7 +930,7 @@ When a full screen window is restored, the desired video mode is restored to its
monitor as well.
If you wish to be notified when a window is iconified or restored, whether by
the user, system or your own code, set a iconify callback.
the user, system or your own code, set an iconify callback.
@code
glfwSetWindowIconifyCallback(window, window_iconify_callback);