mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-03 07:15:42 -04:00
Merge branch 'array-const' into 'main'
WIP: make wl_array arguments const See merge request wayland/wayland!107
This commit is contained in:
commit
c30a783078
3 changed files with 3 additions and 3 deletions
|
|
@ -681,7 +681,7 @@ union wl_argument {
|
|||
const char *s; /**< `string` */
|
||||
struct wl_object *o; /**< `object` */
|
||||
uint32_t n; /**< `new_id` */
|
||||
struct wl_array *a; /**< `array` */
|
||||
const struct wl_array *a; /**< `array` */
|
||||
int32_t h; /**< `fd` */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue