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

libvncclient: update screen validation logic ,because screen.id may equal 0 #620

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

Conversation

x-7
Copy link

@x-7 x-7 commented Jun 17, 2024

This pull request modifies the screen validation logic in the libvncclient library when handling the ExtendedDesktopSize message. The previous implementation checked if screen.id was not equal to 0, along with validating screen.width and screen.height. However, this caused issues with certain VNC server implementations, such as TigerVNC, which may return a screen.id of 0.which will cause the resize not to work correctly

@x-7 x-7 changed the title libvncclient: modify the judgment conditions of whether the screen is libvncclient: update screen validation logic ,because screen.id may equal 0 Jun 17, 2024
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