sys/windows: add several of constants

This commit is contained in:
hikari
2022-03-23 22:50:27 +02:00
parent 07bb93bb5d
commit 4bd5de34ea
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -397,6 +397,20 @@ SW_FORCEMINIMIZE : c_int : 11
CW_USEDEFAULT : c_int : -2147483648
SIZE_RESTORED :: 0
SIZE_MINIMIZED :: 1
SIZE_MAXIMIZED :: 2
SIZE_MAXSHOW :: 3
SIZE_MAXHIDE :: 4
WMSZ_LEFT :: 1
WMSZ_RIGHT :: 2
WMSZ_TOP :: 3
WMSZ_TOPLEFT :: 4
WMSZ_TOPRIGHT :: 5
WMSZ_BOTTOM :: 6
WMSZ_BOTTOMLEFT :: 7
WMSZ_BOTTOMRIGHT :: 8
_IDC_APPSTARTING := rawptr(uintptr(32650))
_IDC_ARROW := rawptr(uintptr(32512))
+2 -1
View File
@@ -1,3 +1,4 @@
// +build windows
package sys_windows
WM_NULL :: 0x0000
@@ -1044,4 +1045,4 @@ OCM_CTLCOLORSCROLLBAR :: 0x2137
OCM_CTLCOLORSTATIC :: 0x2138
OCM_PARENTNOTIFY :: 0x2210
WM_APP :: 0x8000
WM_RASDIALEVENT :: 0xcccd
WM_RASDIALEVENT :: 0xcccd