Xvfb: set rotations ret value
This commit is contained in:
parent
a9537cfdd1
commit
074c98cf53
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue