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:
committed by
Pekka Paalanen
parent
32a5acde5b
commit
2d4dd70ff5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user