Skip to content

Fix the incorrect index of xf86Screens

Jeremy Szu requested to merge os369510/xserver:issue1304 into master

Commit f08bc32f improves the xf86GPUScreens assignment but it shouldn't referred to array 1 if only one screen found but 0 as array index. Add a new value srnidx to count to correct index.

For #1304

Merge request reports