mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[host] nvfbc: always update cursor shape on startup
This ensures that the top-left position of the cursor sprite is correctly computed.
This commit is contained in:
parent
b97130cf20
commit
fb916cbac1
@ -351,6 +351,8 @@ static CaptureResult nvfbc_getFrame(FrameBuffer * frame)
|
||||
|
||||
static int pointerThread(void * unused)
|
||||
{
|
||||
lgSignalEvent(this->cursorEvents[1]);
|
||||
|
||||
while(!this->stop)
|
||||
{
|
||||
LGEvent * events[2];
|
||||
|
Loading…
Reference in New Issue
Block a user