Skip to content

backend-vnc: rename vnc_convert_damage to vnc_region_global_to_output

Philipp Zabel requested to merge pH5/weston:vnc-region-global-to-output into main

Align the function name and arguments of vnc_convert_damage() with weston_region_global_to_output(). It does not support rotation and stores the result in a pixman_region16_t, but otherwise it serves the same purpose.

Merge request reports