mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-03 07:15:42 -04:00
Merge branch 'message-size-test' into 'main'
tests: Test that an overlong message is rejected See merge request wayland/wayland!486
This commit is contained in:
commit
cea98509c1
5 changed files with 195 additions and 57 deletions
|
|
@ -76,6 +76,8 @@ struct client *client_connect(void);
|
|||
void client_disconnect(struct client *);
|
||||
int stop_display(struct client *, int);
|
||||
void noop_request(struct client *);
|
||||
void long_request(struct client *c, struct wl_array *a);
|
||||
void set_buffer_size(struct client *c, uint32_t size);
|
||||
|
||||
/**
|
||||
* Usual workflow:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue