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:
parent
50ff4bf308
commit
d0cf441134
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user