1
0
Fork 0
mutter-performance-source/clutter
Jonas Ådahl 44477390a9 clutter: Fix const qualifier usage
The const qualifiers were implicitly discarded here and there. Avoid that
either by adding the constness, or casting it away when a const variable
is passed to a function that is defined as non-const but effectively
expect a const.
2019-01-22 18:31:19 +01:00
..
clutter clutter: Fix const qualifier usage 2019-01-22 18:31:19 +01:00
tests clutter: Fix const qualifier usage 2019-01-22 18:31:19 +01:00
.gitignore clutter: Remove clutter specific version 2018-11-06 17:17:36 +01:00
meson.build Add meson build support 2018-11-06 18:51:44 +01:00