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

Update SendExtDesktopSize to include expected screen data in resize message #617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

necouchman
Copy link

This pull request adds a few data points to the screen data structure that is used to send the desktop resize request to the server. In using this library with the Guacamole project, I encountered some issues getting the resize to work correctly when pointed at a TigerVNC server. A post to that mailing list and some digging in the code led to the conclusion that, while TigerVNC is expecting the screen ID, offset, and flags to contain valid data, libvncclient currently only sends the width and height, and the remaining data in the screen data structure is uninitialized.

This change copies the screen id, x and y offset, and flags, from the values in client->screen, which, at least for a TigerVNC server, appears to work as expected, allowing the resize to take place.

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

Successfully merging this pull request may close these issues.

1 participant