mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-14 15:48:26 +02:00
Fix typo in xf86PickCrtcs()
This commit is contained in:
parent
3db60add66
commit
2a61397d17
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ xf86PickCrtcs (ScrnInfoPtr scrn,
|
|||
* see if they can be cloned
|
||||
*/
|
||||
if (xf86ModesEqual (modes[o], modes[n]) &&
|
||||
config->output[0]->initial_rotation == config->output[n]->initial_rotation &&
|
||||
config->output[o]->initial_rotation == config->output[n]->initial_rotation &&
|
||||
config->output[o]->initial_x == config->output[n]->initial_x &&
|
||||
config->output[o]->initial_y == config->output[n]->initial_y)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue