summaryrefslogtreecommitdiff
path: root/src/connection.c
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-11-03 13:42:54 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-11-10 17:12:04 +0200
commit9618087c6ad0b1e2de4037279f7370846c5f508c (patch)
tree93b2c91bee4e7c52851c0d38816a1ecc8c31af71 /src/connection.c
parent66a26aeb2a4d76141938aab72113259c19e7ea17 (diff)
tests: Test wl_message_count_arrays
message-test.c did not cover wl_message_count_arrays, so add one test that specifically tests this method. Note that this exposes wl_message_count_arrays in a private header (wayland-private.h), and removes the `static` modifier of the implementation. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'src/connection.c')
-rw-r--r--src/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index c3293a9..5c3d187 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -392,7 +392,7 @@ wl_connection_queue(struct wl_connection *connection,
return wl_buffer_put(&connection->out, data, count);
}
-static int
+int
wl_message_count_arrays(const struct wl_message *message)
{
int i, arrays;