mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
[core:sys/windows] Added missing MONITORINFOEXW type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user