Warning fix for RRCrtcSetRotations().

This commit is contained in:
Eric Anholt 2007-01-24 13:36:25 -08:00
parent 7a12952fd4
commit a53586eebc

View File

@ -460,6 +460,7 @@ RRCrtcSetRotations (RRCrtcPtr crtc,
Rotation rotations) Rotation rotations)
{ {
crtc->rotations = rotations; crtc->rotations = rotations;
return TRUE;
} }
/* /*