projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b502654
)
tests: Fix minor typo
author
Bryce Harrington
<bryce@osg.samsung.com>
Thu, 11 Dec 2014 02:33:47 +0000
(18:33 -0800)
committer
Bryce Harrington
<bryce@osg.samsung.com>
Thu, 11 Dec 2014 02:33:47 +0000
(18:33 -0800)
tests/weston-test-client-helper.c
patch
|
blob
|
history
diff --git
a/tests/weston-test-client-helper.c
b/tests/weston-test-client-helper.c
index
e374a96
..
e21439c
100644
(file)
--- a/
tests/weston-test-client-helper.c
+++ b/
tests/weston-test-client-helper.c
@@
-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 con
g
figure
+ /* 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);