Searched refs:subsurface (Results 1 – 1 of 1) sorted by relevance
145 struct wl_subsurface * subsurface; member1628 if(obj->subsurface) { in destroy_graphic_obj()1629 wl_subsurface_destroy(obj->subsurface); in destroy_graphic_obj()1698 if(decoration->subsurface == NULL) { in attach_decoration()1701 decoration->subsurface = wl_subcompositor_get_subsurface(window->application->subcompositor, in attach_decoration()1704 if(!decoration->subsurface) { in attach_decoration()1710 wl_subsurface_set_position(decoration->subsurface, pos_x, pos_y); in attach_decoration()1926 if(decoration->subsurface) { in detach_decoration()1927 wl_subsurface_destroy(decoration->subsurface); in detach_decoration()1928 decoration->subsurface = NULL; in detach_decoration()