When no mode is specified, don't validate mode-specific parameters.
This commit is contained in:
parent
219546fd76
commit
b36fde9257
|
@ -564,6 +564,8 @@ ProcRRSetCrtcConfig (ClientPtr client)
|
||||||
goto sendReply;
|
goto sendReply;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mode)
|
||||||
|
{
|
||||||
/*
|
/*
|
||||||
* Validate requested rotation
|
* Validate requested rotation
|
||||||
*/
|
*/
|
||||||
|
@ -622,6 +624,7 @@ ProcRRSetCrtcConfig (ClientPtr client)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Make sure the requested set-time is not older than
|
* Make sure the requested set-time is not older than
|
||||||
|
|
Loading…
Reference in New Issue