mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] nvfbc: remove useless update of member
This commit is contained in:
parent
2e515657dd
commit
128a8938c6
@ -860,9 +860,8 @@ static int pointerThread(void * unused)
|
||||
this->mouseHotY = pointer.hy;
|
||||
|
||||
pointer.positionUpdate = true;
|
||||
pointer.visible = this->mouseVisible;
|
||||
pointer.x = this->mouseX - pointer.hx;
|
||||
pointer.y = this->mouseY - pointer.hy;
|
||||
pointer.x = this->mouseX - pointer.hx;
|
||||
pointer.y = this->mouseY - pointer.hy;
|
||||
|
||||
this->postPointerBufferFn(pointer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user