Cleanup of ShowCursor after Bill pushed a fix

This commit is contained in:
Thomas la Cour
2024-03-01 19:56:23 +01:00
parent 980ee3310f
commit 6243160ecd

View File

@@ -93,8 +93,6 @@ foreign user32 {
CreateCursor :: proc(hInst: HINSTANCE, xHotSpot: c_int, yHotSpot: c_int, nWidth: c_int, nHeight: c_int, pvANDPlane: PVOID, pvXORPlane: PVOID) -> HCURSOR ---
DestroyCursor :: proc(hCursor: HCURSOR) -> BOOL ---
// ShowCursor somehow made the raylib fail with: D:/a/Odin/Odin/vendor/raylib/raylib.odin(1016:22) Redeclaration of foreign procedure 'ShowCursor' with different type signatures
// ShowCursor :: proc(bShow: BOOL) -> c_int ---
GetWindowRect :: proc(hWnd: HWND, lpRect: LPRECT) -> BOOL ---
GetClientRect :: proc(hWnd: HWND, lpRect: LPRECT) -> BOOL ---