Lines Matching refs:aura
43 struct zaura_shell *aura; // optional member
81 struct zaura_surface *aura; member
142 if (context->ifaces.aura) in output_scale()
230 if (!context->ifaces.aura) in dwl_context_output_get_aura()
239 context->ifaces.aura, output->output); in dwl_context_output_get_aura()
270 ifaces->aura = (struct zaura_shell *)wl_registry_bind( in registry_global()
294 if (ifaces->aura && in global_remove()
295 wl_proxy_get_id((struct wl_proxy *)ifaces->aura) == id) { in global_remove()
296 zaura_shell_destroy(ifaces->aura); in global_remove()
297 ifaces->aura = NULL; in global_remove()
644 if (self->ifaces.aura) { in dwl_context_surface_new()
645 disp_surface->aura = zaura_shell_get_aura_surface( in dwl_context_surface_new()
646 self->ifaces.aura, disp_surface->surface); in dwl_context_surface_new()
647 if (!disp_surface->aura) { in dwl_context_surface_new()
652 disp_surface->aura, in dwl_context_surface_new()
716 if (disp_surface->aura) in dwl_context_surface_new()
717 zaura_surface_destroy(disp_surface->aura); in dwl_context_surface_new()
742 if ((*self)->aura) in dwl_surface_destroy()
743 zaura_surface_destroy((*self)->aura); in dwl_surface_destroy()