mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +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
2 changed files with 1 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B2-rc1-3-g4580b18b04+1
|
||||
B2-rc1-4-gdedab38b99+1
|
|
@ -328,8 +328,6 @@ static int cursorThread(void * unused)
|
|||
state.cursor.x,
|
||||
state.cursor.y
|
||||
);
|
||||
|
||||
lgSignalEvent(e_frame);
|
||||
}
|
||||
|
||||
lgmpClientUnsubscribe(&queue);
|
||||
|
|
Loading…
Reference in a new issue