mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 01:42:05 +01:00
internal/glfw: reorder constants
This commit is contained in:
parent
6df42f1a4b
commit
9cd7b34a77
@ -144,11 +144,11 @@ const (
|
|||||||
_SIZE_RESTORED = 0
|
_SIZE_RESTORED = 0
|
||||||
_SM_CXCURSOR = 13
|
_SM_CXCURSOR = 13
|
||||||
_SM_CXICON = 11
|
_SM_CXICON = 11
|
||||||
|
_SM_CXSCREEN = 0
|
||||||
_SM_CXSMICON = 49
|
_SM_CXSMICON = 49
|
||||||
_SM_CYCAPTION = 4
|
_SM_CYCAPTION = 4
|
||||||
_SM_CYCURSOR = 14
|
_SM_CYCURSOR = 14
|
||||||
_SM_CYICON = 12
|
_SM_CYICON = 12
|
||||||
_SM_CXSCREEN = 0
|
|
||||||
_SM_CYSCREEN = 1
|
_SM_CYSCREEN = 1
|
||||||
_SM_CYSMICON = 50
|
_SM_CYSMICON = 50
|
||||||
_SM_CXVIRTUALSCREEN = 78
|
_SM_CXVIRTUALSCREEN = 78
|
||||||
|
Loading…
Reference in New Issue
Block a user