diff options
| author | Jooper <alexandredmfs@gmail.com> | 2022-12-21 22:18:13 +0000 |
|---|---|---|
| committer | Jooper <alexandredmfs@gmail.com> | 2022-12-21 22:18:13 +0000 |
| commit | fc3c76f946fcc78d08e538c5a4c261cd7a04902c (patch) | |
| tree | 92cbac8b1e23a633c83e448b75c6d370e68f7775 /core/sys/windows/user32.odin | |
| parent | 86a606e716714666390252a65ec20df415305c05 (diff) | |
Fixed CI error
Diffstat (limited to 'core/sys/windows/user32.odin')
| -rw-r--r-- | core/sys/windows/user32.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/windows/user32.odin b/core/sys/windows/user32.odin index 172d46c38..b75ccb4dd 100644 --- a/core/sys/windows/user32.odin +++ b/core/sys/windows/user32.odin @@ -213,6 +213,7 @@ foreign user32 { GetWindowPlacement :: proc(hWnd: HWND, lpwndpl: ^WINDOWPLACEMENT) -> BOOL --- SetWindowRgn :: proc(hWnd: HWND, hRgn: HRGN, bRedraw: BOOL) -> int --- CreateRectRgnIndirect :: proc(lprect: ^RECT) -> HRGN --- + GetSystemMetricsForDpi :: proc(nIndex: int, dpi: UINT) -> int --- } CreateWindowW :: #force_inline proc "stdcall" ( |