mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 05:53:40 +00:00
[client] revert cusror update render trigger
While it makes the mouse a bit nicer it causes frame skips during cursor movement.
This commit is contained in:
parent
dedab38b99
commit
9b6174793a
@ -328,8 +328,6 @@ static int cursorThread(void * unused)
|
|||||||
state.cursor.x,
|
state.cursor.x,
|
||||||
state.cursor.y
|
state.cursor.y
|
||||||
);
|
);
|
||||||
|
|
||||||
lgSignalEvent(e_frame);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lgmpClientUnsubscribe(&queue);
|
lgmpClientUnsubscribe(&queue);
|
||||||
|
Loading…
Reference in New Issue
Block a user