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

[v0.10] Fix min/max monitor placing issue #3127

Merged

Commits on Jun 19, 2024

  1. Fix min/max monitor placing issue

    when a multi-monitor session has the top-left vertex of the primary
    monitor at a desktop location other than (0,0), minimising and maximising
    the session results in the (0,0) co-ordinate of the entire desktop being
    placed at the top-left of the primary monitor.
    
    The implementation seems to be at odds with [MS-RDPEGFX] 2.2.2.14 which
    suggests the monitorDefArray of the RDPGFX_RESET_GRAPHICS_PDU should be
    the same as that in the Monitor Layout PDU ([MS-RDPBCGR] 2.2.12.1)
    
    (cherry picked from commit 095f0d0)
    matt335672 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    029059e View commit details
    Browse the repository at this point in the history