Skip to content

backends: Add default implementation for MetaCrtc get_gamma_lut_size

Sebastian Wick requested to merge swick/mutter:dummy-gamma-lut-size into main

Returing zero to indicate no support for gamma LUT. Fixes the nested backend crashing because of a missing implementation of get_gamma_lut_size.

Merge request reports