Skip to content

Commit

Permalink
fixed linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Oct 23, 2023
1 parent 661422e commit 20bd68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/linux/os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ bool makePath(const char* path) {
}


void clipCursor(WindowHandle win, const Rect& rect) {
void clipCursor(WindowHandle window, const Rect& rect) {
if (window == INVALID_WINDOW) {
XUngrabPointer(G.display, CurrentTime);
}
Expand Down

0 comments on commit 20bd68e

Please sign in to comment.