Skip to content

Commit

Permalink
make rect as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Sep 28, 2024
1 parent 43fe3d0 commit 02fcd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -5210,8 +5210,8 @@ RGFW_UNUSED(win); /*!< if buffer rendering is not being used */
}

void RGFW_captureCursor(RGFW_window* win, RGFW_rect rect) {
RGFW_UNUSED(win)
RGFW_UNUSED(win); RGFW_UNUSED(rect);

RECT clipRect;
GetClientRect(win->src.window, &clipRect);
ClientToScreen(win->src.window, (POINT*) &clipRect.left);
Expand Down

0 comments on commit 02fcd17

Please sign in to comment.