fixed linux

This commit is contained in:
Mikulas Florek 2023-10-23 22:35:59 +02:00
parent 661422e418
commit 20bd68e89e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}