Home
last modified time | relevance | path

Searched defs:wl_closure (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland_standard/src/
Dwayland-private.h139 struct wl_closure { struct
140 int count;
141 const struct wl_message *message;
142 uint32_t opcode;
143 uint32_t sender_id;
144 union wl_argument args[WL_CLOSURE_MAX_ARGS];
145 struct wl_list link;
146 struct wl_proxy *proxy;
147 struct wl_array extra[0];
Dwayland-server.c205 int (*send_func)(struct wl_closure *, struct wl_connection *)) in handle_array()