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
1 changed files with 3 additions and 0 deletions

View File

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