From ccef385f02259f024ea3f4438c9b255baaf274a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Co=C5=9Fku=20Ba=C5=9F?= Date: Sun, 5 Aug 2018 21:45:43 +0300 Subject: [PATCH] Fix content scale callback func name Related to #1310. --- docs/news.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.dox b/docs/news.dox index 2d043ade..34adf5be 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -71,7 +71,7 @@ between the current DPI and the platform's default DPI, with @ref glfwGetWindowContentScale and @ref glfwGetMonitorContentScale. Changes of the content scale of a window can be received with the window content -scale callback, set with @ref glfwSetWindowCloseCallback. +scale callback, set with @ref glfwSetWindowContentScaleCallback. @see @ref window_scale