libweston: drop opaque struct wet_testsuite_data

Until now we had struct wet_testsuite_data as an opaque
struct that should be defined by the testsuite of libweston
users. Instead, keep the data as a void * and document that
users are responsible for defining the data type.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
This commit is contained in:
Leandro Ribeiro
2020-10-19 16:24:44 -03:00
committed by Pekka Paalanen
parent 32a5acde5b
commit 2d4dd70ff5
3 changed files with 3 additions and 9 deletions
-6
View File
@@ -98,12 +98,6 @@ text_backend_destroy(struct text_backend *text_backend);
int
wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_data);
/* test suite utilities */
/** Opaque type for a test suite to define. */
struct wet_testsuite_data;
#ifdef __cplusplus
}
#endif