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
+1 -1
View File
@@ -203,7 +203,7 @@ struct weston_testsuite_quirks {
*/
struct weston_testsuite_data {
struct weston_testsuite_quirks test_quirks;
struct wet_testsuite_data *test_private_data;
void *test_private_data;
};
/** Represents a head, usually a display connector