Searched defs:wl_client (Results 1 – 2 of 2) sorted by relevance
74 struct wl_client { struct75 struct wl_connection *connection;76 struct wl_event_source *source;77 struct wl_display *display;78 struct wl_resource *display_resource;79 struct wl_list link;80 struct wl_map objects;81 struct wl_priv_signal destroy_signal;82 struct ucred ucred;83 int error;[all …]
35 struct wl_client *wl_client; member