mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
internal/goglfw: typo
Fortunately, this function is actually not called.
This commit is contained in:
parent
6f41a05264
commit
777c575638
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user