[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:
Quantum 2021-01-27 18:26:02 -05:00 committed by Geoffrey McRae
parent b97130cf20
commit fb916cbac1

View File

@ -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];