mirror of
https://github.com/glfw/glfw.git
synced 2025-04-08 14:50:34 +00:00
parent
af9eb79de4
commit
1b3b2108e3
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ GLFWbool _glfwRegisterWindowClassWin32(void)
|
|||
ZeroMemory(&wc, sizeof(wc));
|
||||
wc.cbSize = sizeof(wc);
|
||||
wc.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC;
|
||||
wc.lpfnWndProc = (WNDPROC) windowProc;
|
||||
wc.lpfnWndProc = windowProc;
|
||||
wc.hInstance = _glfw.win32.instance;
|
||||
wc.hCursor = LoadCursorW(NULL, IDC_ARROW);
|
||||
wc.lpszClassName = _GLFW_WNDCLASSNAME;
|
||||
|
|
Loading…
Add table
Reference in a new issue