mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-21 05:34:00 -04:00
wip: make wl_array arguments const
Closes: https://gitlab.freedesktop.org/wayland/wayland/-/issues/189
This commit is contained in:
parent
69b8eaf385
commit
ead58945cd
3 changed files with 3 additions and 3 deletions
|
|
@ -687,7 +687,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