mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Update tests for wl_map changes and add a map_flags test
This commit is contained in:
parent
2d586a759e
commit
57f74af278
3 changed files with 41 additions and 19 deletions
|
|
@ -248,7 +248,7 @@ marshal_demarshal(struct marshal_data *data,
|
|||
|
||||
assert(wl_connection_read(data->read_connection) == size);
|
||||
|
||||
wl_map_init(&objects);
|
||||
wl_map_init(&objects, WL_MAP_SERVER_SIDE);
|
||||
object.id = msg[0];
|
||||
closure = wl_connection_demarshal(data->read_connection,
|
||||
size, &objects, &message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue