Searched defs:weston_head (Results 1 – 2 of 2) sorted by relevance
197 struct weston_head { struct198 struct weston_compositor *compositor; /**< owning compositor */199 struct wl_list compositor_link; /**< in weston_compositor::head_list */200 struct wl_signal destroy_signal; /**< destroy callbacks */202 struct weston_output *output; /**< the output driving this head */203 struct wl_list output_link; /**< in weston_output::head_list */205 struct wl_list resource_list; /**< wl_output protocol objects */206 struct wl_global *global; /**< wl_output global */208 struct wl_list xdg_output_resource_list; /**< xdg_output protocol objects */210 int32_t mm_width; /**< physical image width in mm */[all …]
1483 struct weston_head *weston_head = local