mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 19:28:58 +00:00
Update to xserver 1.19.7. Tested by jca@ and stsp@.
This commit is contained in:
@@ -272,7 +272,7 @@ ProcRRSetScreenSize(ClientPtr client)
|
||||
int source_height = mode->mode.height;
|
||||
Rotation rotation = crtc->rotation;
|
||||
|
||||
if (rotation == RR_Rotate_90 || rotation == RR_Rotate_270) {
|
||||
if (rotation & (RR_Rotate_90 | RR_Rotate_270)) {
|
||||
source_width = mode->mode.height;
|
||||
source_height = mode->mode.width;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user