Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-private.h143 struct wl_closure { struct
144 int count;
145 const struct wl_message *message;
146 uint32_t opcode;
147 uint32_t sender_id;
148 union wl_argument args[WL_CLOSURE_MAX_ARGS];
149 struct wl_list link;
150 struct wl_proxy *proxy;
151 struct wl_array extra[0];