mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[client] correct error in variable name from last commit
This commit is contained in:
parent
b76fedeb67
commit
05f2305fa0
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ static int cursorThread(void * unused)
|
||||||
g_cursor.guest.y
|
g_cursor.guest.y
|
||||||
);
|
);
|
||||||
|
|
||||||
if (g_params.mouseRedraw && g_cursor.guest.visible)
|
if (params.mouseRedraw && g_cursor.guest.visible)
|
||||||
lgSignalEvent(e_frame);
|
lgSignalEvent(e_frame);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue