summaryrefslogtreecommitdiff
path: root/tests/text-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text-test.c')
-rw-r--r--tests/text-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text-test.c b/tests/text-test.c
index 9b0f88c2..942cb3b7 100644
--- a/tests/text-test.c
+++ b/tests/text-test.c
@@ -178,7 +178,7 @@ handle_surface(struct test_client *client)
surface = (struct weston_surface *) resource;
weston_surface_configure(surface, 100, 100, 200, 200);
- weston_surface_assign_output(surface);
+ weston_surface_update_transform(surface);
weston_surface_set_color(surface, 0.0, 0.0, 0.0, 1.0);
data->layer = malloc(sizeof *data->layer);