Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ignacio Casal
xserver
Commits
074c98cf
Commit
074c98cf
authored
Jul 22, 2019
by
Paolo Borelli
Committed by
Ignacio Casal
Jul 22, 2019
Browse files
Xvfb: set rotations ret value
parent
a9537cfd
Pipeline
#50268
passed with stages
in 9 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hw/vfb/InitOutput.c
View file @
074c98cf
...
...
@@ -786,6 +786,9 @@ vfbRRCrtcSet(ScreenPtr pScreen,
static
Bool
vfbRRGetInfo
(
ScreenPtr
pScreen
,
Rotation
*
rotations
)
{
/* Don't support rotations */
*
rotations
=
RR_Rotate_0
;
return
TRUE
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment