Warning fix for RRCrtcSetRotations().
This commit is contained in:
parent
7a12952fd4
commit
a53586eebc
|
@ -460,6 +460,7 @@ RRCrtcSetRotations (RRCrtcPtr crtc,
|
|||
Rotation rotations)
|
||||
{
|
||||
crtc->rotations = rotations;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue