CreateSolidBrush and FillRect

This commit is contained in:
JooperGH
2022-12-19 13:21:16 +00:00
parent 5519749aa4
commit 5464a605b1
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -205,6 +205,8 @@ foreign user32 {
RegisterRawInputDevices :: proc(pRawInputDevices: PCRAWINPUTDEVICE, uiNumDevices: UINT, cbSize: UINT) -> BOOL ---
SetLayeredWindowAttributes :: proc(hWnd: HWND, crKey: COLORREF, bAlpha: BYTE, dwFlags: DWORD) -> BOOL ---
FillRect :: proc(hDC: HDC, lprc: ^RECT, hbr: HBRUSH) -> int ---
}
CreateWindowW :: #force_inline proc "stdcall" (