Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framebuffer update of cursor-modified regions are sent even if client did not request them #586

Open
bk138 opened this issue Jul 4, 2023 · 0 comments
Labels

Comments

@bk138
Copy link
Member

bk138 commented Jul 4, 2023

void rfbRedrawAfterHideCursor(rfbClientPtr cl,sraRegionPtr updateRegion)
OR's the cursor region with the updateRegion in rfbSendFramebufferUpdate() which gets sent no matter what cl->requestedRegion is.

Spotted with SetUpdateRect() using {0,0,0,0} from 0e72da1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant