summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2019-07-22 12:46:31 +0200
committerIgnacio Casal Quinteiro <qignacio@amazon.com>2019-07-22 12:47:57 +0200
commit074c98cf5365c3d534f7c62ad6dbdd332883b46b (patch)
tree2dd4bef81480e29a058f8cffd7b4c20e79f081a2
parenta9537cfdd1ed9656f4e29225af8861418b4fd682 (diff)
Xvfb: set rotations ret value
-rw-r--r--hw/vfb/InitOutput.c3
1 files changed, 3 insertions, 0 deletions
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;
}