mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix typo in xf86PickCrtcs()
This commit is contained in:
committed by
Alex Deucher
parent
3db60add66
commit
2a61397d17
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user