examples/flow: Do not use deprecated API
This commit is contained in:
parent
008afe80e3
commit
4db310b127
@ -155,7 +155,7 @@ main (int argc, char *argv[])
|
|||||||
g_free (name);
|
g_free (name);
|
||||||
}
|
}
|
||||||
|
|
||||||
clutter_actor_show_all (stage);
|
clutter_actor_show (stage);
|
||||||
|
|
||||||
clutter_main ();
|
clutter_main ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user