[core:sys/windows] Added missing MONITORINFOEXW type

This commit is contained in:
ftphikari
2023-07-14 23:02:56 +03:00
parent ab7652010b
commit 7ca0b256eb

View File

@@ -1709,6 +1709,12 @@ MONITORINFO :: struct {
}
LPMONITORINFO :: ^MONITORINFO
CCHDEVICENAME :: 32
MONITORINFOEXW :: struct {
using _: MONITORINFO,
szDevice: [CCHDEVICENAME]WCHAR,
}
// SetWindowsHook() codes
WH_MIN :: -1
WH_MSGFILTER :: -1