internal/goglfw: typo

Fortunately, this function is actually not called.
This commit is contained in:
Hajime Hoshi 2023-09-18 18:30:40 +09:00
parent 6f41a05264
commit 777c575638

View File

@ -805,7 +805,7 @@ var (
procSetCursorPos = user32.NewProc("SetCursorPos")
procSetFocus = user32.NewProc("SetFocus")
procSetForegroundWindow = user32.NewProc("SetForegroundWindow")
procSetLayeredWindowAttributes = user32.NewProc("procSetLayeredWindowAttributes")
procSetLayeredWindowAttributes = user32.NewProc("SetLayeredWindowAttributes")
procSetProcessDPIAware = user32.NewProc("SetProcessDPIAware")
procSetProcessDpiAwarenessContext = user32.NewProc("SetProcessDpiAwarenessContext")
procSetWindowLongW = user32.NewProc("SetWindowLongW")