examples/constraints: Do not use deprecated API

This commit is contained in:
Emmanuele Bassi 2012-06-06 13:37:02 +01:00
parent 4db310b127
commit c13290240c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ main (int argc, char *argv[])
stage = clutter_stage_new ();
clutter_actor_set_name (stage, "stage");
clutter_stage_set_title (CLUTTER_STAGE (stage), "Snap Constraint");
clutter_stage_set_color (CLUTTER_STAGE (stage), CLUTTER_COLOR_Aluminium1);
clutter_actor_set_background_color (stage, CLUTTER_COLOR_Aluminium1);
clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL);