mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 18:34:34 +00:00
Fix style in win32_window.c
This commit is contained in:
parent
cb15669585
commit
c5e3b0cfab
@ -1531,11 +1531,11 @@ void _glfwSetWindowIconWin32(_GLFWwindow* window, int count, const GLFWimage* im
|
|||||||
if (count)
|
if (count)
|
||||||
{
|
{
|
||||||
const GLFWimage* bigImage = _glfwChooseImage(count, images,
|
const GLFWimage* bigImage = _glfwChooseImage(count, images,
|
||||||
GetSystemMetrics(SM_CXICON),
|
GetSystemMetrics(SM_CXICON),
|
||||||
GetSystemMetrics(SM_CYICON));
|
GetSystemMetrics(SM_CYICON));
|
||||||
const GLFWimage* smallImage = _glfwChooseImage(count, images,
|
const GLFWimage* smallImage = _glfwChooseImage(count, images,
|
||||||
GetSystemMetrics(SM_CXSMICON),
|
GetSystemMetrics(SM_CXSMICON),
|
||||||
GetSystemMetrics(SM_CYSMICON));
|
GetSystemMetrics(SM_CYSMICON));
|
||||||
|
|
||||||
bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE);
|
bigIcon = createIcon(bigImage, 0, 0, GLFW_TRUE);
|
||||||
smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE);
|
smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user