tests: update for manual surface/view mapping

This is a follow up for weston-test to manually
set mapped status for views/surfaces it controls

Signed-off-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Armin Krezović 2016-06-30 06:04:32 +02:00 committed by Pekka Paalanen
parent 50ff4bf308
commit d0cf441134
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ test_surface_configure(struct weston_surface *surface, int32_t sx, int32_t sy)
test_surface->x, test_surface->y);
weston_view_update_transform(test_surface->view);
test_surface->surface->is_mapped = true;
test_surface->view->is_mapped = true;
}
static void