mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 13:40:34 +01:00
Warning fix for RRCrtcSetRotations().
This commit is contained in:
parent
7a12952fd4
commit
a53586eebc
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ RRCrtcSetRotations (RRCrtcPtr crtc,
|
|||
Rotation rotations)
|
||||
{
|
||||
crtc->rotations = rotations;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue