summaryrefslogtreecommitdiff
path: root/tests/weston-test-client-helper.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-12-11 22:17:35 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-12-11 22:17:35 -0500
commitba0cfdd284c543f9feb9e51d60323782155be3d5 (patch)
tree68f4cb6fd14f8f8fbb63d9b5ae2bad474b46f043 /tests/weston-test-client-helper.h
parent1f4d8e9defa61a304d0e6b44f3b9062e32a169d8 (diff)
downloadweston-ba0cfdd284c543f9feb9e51d60323782155be3d5.tar.gz
tests: Drop yield() helper function
Remaining use case was when we move the pointer. This doesn't change geometry so we can just use a wl_display_roundtrip() to make sure we get the request to the server and receive the resulting events.
Diffstat (limited to 'tests/weston-test-client-helper.h')
-rw-r--r--tests/weston-test-client-helper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/weston-test-client-helper.h b/tests/weston-test-client-helper.h
index 582572d5..3e648ae6 100644
--- a/tests/weston-test-client-helper.h
+++ b/tests/weston-test-client-helper.h
@@ -97,12 +97,6 @@ int
surface_contains(struct surface *surface, int x, int y);
void
-yield(struct client *client);
-
-void
-move_pointer(struct client *client, int x, int y);
-
-void
move_client(struct client *client, int x, int y);