mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
[test-cogl-material] Remove return value from material_rectangle_paint
The paint signal has no return value so it isn't needed. This fixes a compiler warning.
This commit is contained in:
parent
f5288b1918
commit
b3b7312f33
@ -39,7 +39,7 @@ frame_cb (ClutterTimeline *timeline,
|
|||||||
cogl_material_set_layer_matrix (state->material, 2, &state->tex_matrix);
|
cogl_material_set_layer_matrix (state->material, 2, &state->tex_matrix);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static void
|
||||||
material_rectangle_paint (ClutterActor *actor, gpointer data)
|
material_rectangle_paint (ClutterActor *actor, gpointer data)
|
||||||
{
|
{
|
||||||
TestMultiLayerMaterialState *state = data;
|
TestMultiLayerMaterialState *state = data;
|
||||||
|
Loading…
Reference in New Issue
Block a user