Formatting

This commit is contained in:
Camilla Löwy 2021-11-30 21:14:44 +01:00
parent 79de08db06
commit d1efa32983

View File

@ -1645,8 +1645,7 @@ void _glfwGetWindowFrameSizeWin32(_GLFWwindow* window,
*bottom = rect.bottom - height; *bottom = rect.bottom - height;
} }
void _glfwGetWindowContentScaleWin32(_GLFWwindow* window, void _glfwGetWindowContentScaleWin32(_GLFWwindow* window, float* xscale, float* yscale)
float* xscale, float* yscale)
{ {
const HANDLE handle = MonitorFromWindow(window->win32.handle, const HANDLE handle = MonitorFromWindow(window->win32.handle,
MONITOR_DEFAULTTONEAREST); MONITOR_DEFAULTTONEAREST);