mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
* the pScreenInfo isn't needed: we're always getting global screenInfo passed in here (there's only one, globally, anyways) * use the common iterator variable names * handle first and auxillary screens all in the same loop (we can just branch by idx) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>