mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Neil Roberts
d99a8bf694
cogl: Add const to some pointer arguments
Some of the arguments to the material and path functions were taking a pointer to a CoglColor or an array of floats that was not intended to be written to but were not marked with const.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%