mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 02:17:59 +02:00
tests: Fix minor typo
This commit is contained in:
parent
b502654b9f
commit
cb50ed226b
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ move_client(struct client *client, int x, int y)
|
|||
client->surface->y = y;
|
||||
wl_test_move_surface(client->test->wl_test, surface->wl_surface,
|
||||
surface->x, surface->y);
|
||||
/* The attach here is necessary because commit() will call congfigure
|
||||
/* The attach here is necessary because commit() will call configure
|
||||
* only on surfaces newly attached, and the one that sets the surface
|
||||
* position is the configure. */
|
||||
wl_surface_attach(surface->wl_surface, surface->wl_buffer, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue