mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
sys/windows: add a couple of functions and constants, fix formatting
This commit is contained in:
@@ -104,6 +104,9 @@ foreign user32 {
|
|||||||
GetDC :: proc(hWnd: HWND) -> HDC ---
|
GetDC :: proc(hWnd: HWND) -> HDC ---
|
||||||
ReleaseDC :: proc(hWnd: HWND, hDC: HDC) -> c_int ---
|
ReleaseDC :: proc(hWnd: HWND, hDC: HDC) -> c_int ---
|
||||||
|
|
||||||
|
GetDlgCtrlID :: proc(hWnd: HWND) -> c_int ---
|
||||||
|
GetDlgItem :: proc(hDlg: HWND, nIDDlgItem: c_int) -> HWND ---
|
||||||
|
|
||||||
GetUpdateRect :: proc(hWnd: HWND, lpRect: LPRECT, bErase: BOOL) -> BOOL ---
|
GetUpdateRect :: proc(hWnd: HWND, lpRect: LPRECT, bErase: BOOL) -> BOOL ---
|
||||||
ValidateRect :: proc(hWnd: HWND, lpRect: ^RECT) -> BOOL ---
|
ValidateRect :: proc(hWnd: HWND, lpRect: ^RECT) -> BOOL ---
|
||||||
InvalidateRect :: proc(hWnd: HWND, lpRect: ^RECT, bErase: BOOL) -> BOOL ---
|
InvalidateRect :: proc(hWnd: HWND, lpRect: ^RECT, bErase: BOOL) -> BOOL ---
|
||||||
|
|||||||
+1092
-1084
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user