summaryrefslogtreecommitdiff
path: root/tests/weston-test-client-helper.c
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-03-26 12:56:10 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-04-02 12:54:27 +0300
commit4ac06ff97e8fdf9c30c2987df63680274e3356fe (patch)
tree21e35243878d505a36d35d49d4ee501b7377a29b /tests/weston-test-client-helper.c
parent1ffd4615e84c03728ae13aa8343cce59ceeeeb49 (diff)
downloadweston-4ac06ff97e8fdf9c30c2987df63680274e3356fe.tar.gz
tests: rename client_create to create_client_and_test_surface
A more descriptive name to not be confused with create_client(). v2: Rebased: fix also devices-test.c. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Marek Chalupa <mchqwerty@gmail.com>
Diffstat (limited to 'tests/weston-test-client-helper.c')
-rw-r--r--tests/weston-test-client-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/weston-test-client-helper.c b/tests/weston-test-client-helper.c
index 84eae7e6..41ed2087 100644
--- a/tests/weston-test-client-helper.c
+++ b/tests/weston-test-client-helper.c
@@ -782,7 +782,7 @@ create_client(void)
}
struct client *
-client_create(int x, int y, int width, int height)
+create_client_and_test_surface(int x, int y, int width, int height)
{
struct client *client;
struct surface *surface;