examples/flow: Do not use deprecated API
This commit is contained in:
parent
008afe80e3
commit
4db310b127
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ main (int argc, char *argv[])
|
|||
g_free (name);
|
||||
}
|
||||
|
||||
clutter_actor_show_all (stage);
|
||||
clutter_actor_show (stage);
|
||||
|
||||
clutter_main ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue