This is equivalent to #172 without the type declaration and resulting conflicts, only fixing the return values of rr-get-output-info and adding some documentation.
rr-get-ouput-info was broken as detailed in #198 and #172. This fixes the issue by setting the correct index for crtc-start and adjusting the code to retrieve the crtc sequence and name of the output.
Also breaks some overlong lines and adds documentation for the return values.
This is equivalent to #172 without the type declaration and resulting conflicts, only fixing the return values of
rr-get-output-info
and adding some documentation.rr-get-ouput-info
was broken as detailed in #198 and #172. This fixes the issue by setting the correct index forcrtc-start
and adjusting the code to retrieve the crtc sequence and name of the output.Also breaks some overlong lines and adds documentation for the return values.