mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] always update the renderer cursor state
This commit is contained in:
@@ -348,8 +348,6 @@ static int cursorThread(void * unused)
|
|||||||
lgmpClientMessageDone(queue);
|
lgmpClientMessageDone(queue);
|
||||||
state.updateCursor = false;
|
state.updateCursor = false;
|
||||||
|
|
||||||
if (msg.udata & CURSOR_FLAG_POSITION)
|
|
||||||
{
|
|
||||||
state.lgr->on_mouse_event
|
state.lgr->on_mouse_event
|
||||||
(
|
(
|
||||||
state.lgrData,
|
state.lgrData,
|
||||||
@@ -358,7 +356,6 @@ static int cursorThread(void * unused)
|
|||||||
state.cursor.y
|
state.cursor.y
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
lgmpClientUnsubscribe(&queue);
|
lgmpClientUnsubscribe(&queue);
|
||||||
state.running = false;
|
state.running = false;
|
||||||
|
Reference in New Issue
Block a user