Xvfb: set rotations ret value

This commit is contained in:
Paolo Borelli 2019-07-22 12:46:31 +02:00 committed by Ignacio Casal Quinteiro
parent a9537cfdd1
commit 074c98cf53

View File

@ -786,6 +786,9 @@ vfbRRCrtcSet(ScreenPtr pScreen,
static Bool static Bool
vfbRRGetInfo(ScreenPtr pScreen, Rotation *rotations) vfbRRGetInfo(ScreenPtr pScreen, Rotation *rotations)
{ {
/* Don't support rotations */
*rotations = RR_Rotate_0;
return TRUE; return TRUE;
} }