sys/windows: add GetDCBrushColor

This commit is contained in:
hikari
2022-04-30 12:41:04 +03:00
parent 0ad448f1c7
commit 40bea95fb0

View File

@@ -63,6 +63,7 @@ foreign gdi32 {
SwapBuffers :: proc(HDC) -> BOOL ---
SetDCBrushColor :: proc(hdc: HDC, color: COLORREF) -> COLORREF ---
GetDCBrushColor :: proc(hdc: HDC) -> COLORREF ---
PatBlt :: proc(hdc: HDC, x, y, w, h: c_int, rop: DWORD) -> BOOL ---
}