diff options
Diffstat (limited to 'tests/data/small-private-code.c')
| -rw-r--r-- | tests/data/small-private-code.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/small-private-code.c b/tests/data/small-private-code.c index 1679431..b2bbf0a 100644 --- a/tests/data/small-private-code.c +++ b/tests/data/small-private-code.c @@ -62,11 +62,12 @@ static const struct wl_message intf_A_requests[] = { static const struct wl_message intf_A_events[] = { { "hey", "", small_test_types + 0 }, + { "yo", "2", small_test_types + 0 }, }; WL_PRIVATE const struct wl_interface intf_A_interface = { "intf_A", 3, 3, intf_A_requests, - 1, intf_A_events, + 2, intf_A_events, }; |
