mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[host] nvfbc: remove useless update of member
This commit is contained in:
parent
2e515657dd
commit
128a8938c6
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue