diff --git a/clutter/clutter/clutter-color-state.h b/clutter/clutter/clutter-color-state.h index b48470a2e..56341c1f3 100644 --- a/clutter/clutter/clutter-color-state.h +++ b/clutter/clutter/clutter-color-state.h @@ -147,7 +147,6 @@ void clutter_color_state_update_uniforms (ClutterColorState *color_state, ClutterColorState *target_color_state, CoglPipeline *pipeline); - CLUTTER_EXPORT gboolean clutter_color_state_equals (ClutterColorState *color_state, ClutterColorState *other_color_state); diff --git a/src/tests/clutter/conform/pipeline-cache.c b/src/tests/clutter/conform/pipeline-cache.c index 44680e648..abc87d1a7 100644 --- a/src/tests/clutter/conform/pipeline-cache.c +++ b/src/tests/clutter/conform/pipeline-cache.c @@ -152,8 +152,8 @@ pipeline_cache_replace_pipeline (void) CLUTTER_COLORSPACE_SRGB, CLUTTER_TRANSFER_FUNCTION_SRGB); bt2020_linear = clutter_color_state_new (context, - CLUTTER_COLORSPACE_BT2020, - CLUTTER_TRANSFER_FUNCTION_PQ); + CLUTTER_COLORSPACE_BT2020, + CLUTTER_TRANSFER_FUNCTION_PQ); srgb_srgb_to_bt2020_linear = create_test_pipeline (cogl_context, "srgb_srgb_to_bt2020_linear");