mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 06:11:46 +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.x,
|
||||||
state.cursor.y
|
state.cursor.y
|
||||||
);
|
);
|
||||||
|
|
||||||
lgSignalEvent(e_frame);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lgmpClientUnsubscribe(&queue);
|
lgmpClientUnsubscribe(&queue);
|
||||||
|
|
Loading…
Reference in a new issue