mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
client-core: Add missing line breaks
Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
fe31d2f9af
commit
e5bd4122e9
1 changed files with 2 additions and 0 deletions
|
|
@ -150,10 +150,12 @@ wl_proxy_marshal_constructor_versioned(struct wl_proxy *proxy,
|
||||||
const struct wl_interface *interface,
|
const struct wl_interface *interface,
|
||||||
uint32_t version,
|
uint32_t version,
|
||||||
...);
|
...);
|
||||||
|
|
||||||
struct wl_proxy *
|
struct wl_proxy *
|
||||||
wl_proxy_marshal_array_constructor(struct wl_proxy *proxy,
|
wl_proxy_marshal_array_constructor(struct wl_proxy *proxy,
|
||||||
uint32_t opcode, union wl_argument *args,
|
uint32_t opcode, union wl_argument *args,
|
||||||
const struct wl_interface *interface);
|
const struct wl_interface *interface);
|
||||||
|
|
||||||
struct wl_proxy *
|
struct wl_proxy *
|
||||||
wl_proxy_marshal_array_constructor_versioned(struct wl_proxy *proxy,
|
wl_proxy_marshal_array_constructor_versioned(struct wl_proxy *proxy,
|
||||||
uint32_t opcode,
|
uint32_t opcode,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue