mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
[core:sys/windows] Added missing MONITORINFOEXW type
This commit is contained in:
@@ -1709,6 +1709,12 @@ MONITORINFO :: struct {
|
|||||||
}
|
}
|
||||||
LPMONITORINFO :: ^MONITORINFO
|
LPMONITORINFO :: ^MONITORINFO
|
||||||
|
|
||||||
|
CCHDEVICENAME :: 32
|
||||||
|
MONITORINFOEXW :: struct {
|
||||||
|
using _: MONITORINFO,
|
||||||
|
szDevice: [CCHDEVICENAME]WCHAR,
|
||||||
|
}
|
||||||
|
|
||||||
// SetWindowsHook() codes
|
// SetWindowsHook() codes
|
||||||
WH_MIN :: -1
|
WH_MIN :: -1
|
||||||
WH_MSGFILTER :: -1
|
WH_MSGFILTER :: -1
|
||||||
|
|||||||
Reference in New Issue
Block a user