Skip to content

Commit

Permalink
internal/glfw: reorder constants
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 14, 2024
1 parent 6df42f1 commit 9cd7b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/glfw/api_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ const (
_SIZE_RESTORED = 0
_SM_CXCURSOR = 13
_SM_CXICON = 11
_SM_CXSCREEN = 0
_SM_CXSMICON = 49
_SM_CYCAPTION = 4
_SM_CYCURSOR = 14
_SM_CYICON = 12
_SM_CXSCREEN = 0
_SM_CYSCREEN = 1
_SM_CYSMICON = 50
_SM_CXVIRTUALSCREEN = 78
Expand Down

0 comments on commit 9cd7b34

Please sign in to comment.