mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 20:12:06 +00:00
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