Lines Matching defs:weston_subsurface
1503 struct weston_subsurface { struct
1504 struct wl_resource *resource;
1507 struct weston_surface *surface;
1508 struct wl_listener surface_destroy_listener;
1511 struct weston_surface *parent;
1512 struct wl_listener parent_destroy_listener;
1513 struct wl_list parent_link;
1514 struct wl_list parent_link_pending;
1516 struct {
1520 } position;
1522 int has_cached_data;
1523 struct weston_surface_state cached;
1524 struct weston_buffer_reference cached_buffer_ref;
1527 bool reordered;
1529 int synchronized;
1532 struct wl_list unused_views;