xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 22 15:25:34 UTC 2019


 hw/vfb/InitOutput.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 074c98cf5365c3d534f7c62ad6dbdd332883b46b
Author: Paolo Borelli <pborelli at gnome.org>
Date:   Mon Jul 22 12:46:31 2019 +0200

    Xvfb: set rotations ret value

diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index f36752fc1..48efb61b2 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -786,6 +786,9 @@ vfbRRCrtcSet(ScreenPtr pScreen,
 static Bool
 vfbRRGetInfo(ScreenPtr pScreen, Rotation *rotations)
 {
+    /* Don't support rotations */
+    *rotations = RR_Rotate_0;
+
     return TRUE;
 }
 


More information about the xorg-commit mailing list