summaryrefslogtreecommitdiff
path: root/tests/test-alpha.c
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-01-30 11:32:23 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-01-30 11:32:23 +0000
commit218525a1e87a4926a94d961b8393edcbb5e1c08a (patch)
tree2b0ce3753a4f2289a6974be7488f625309762fa4 /tests/test-alpha.c
parentbe41781365d0b33b258a4275dc65c5f20e4ac75f (diff)
downloadclutter-gst-218525a1e87a4926a94d961b8393edcbb5e1c08a.tar.gz
remove clutter_stage_get_default() calls
Diffstat (limited to 'tests/test-alpha.c')
-rw-r--r--tests/test-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-alpha.c b/tests/test-alpha.c
index 238508e..23e8844 100644
--- a/tests/test-alpha.c
+++ b/tests/test-alpha.c
@@ -140,7 +140,7 @@ main (int argc, char *argv[])
}
- stage = clutter_stage_get_default ();
+ stage = clutter_stage_new ();
clutter_actor_set_size (stage, 320.0f, 240.0f);
clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);