Searched refs:head_names (Results 1 – 1 of 1) sorted by relevance
5396 char *head_names; in weston_output_attach_head() local5424 head_names = weston_output_create_heads_string(output); in weston_output_attach_head()5426 output->name, head_names); in weston_output_attach_head()5427 free(head_names); in weston_output_attach_head()5452 char *head_names; in weston_head_detach() local5472 head_names = weston_output_create_heads_string(output); in weston_head_detach()5474 output->name, head_names); in weston_head_detach()5475 free(head_names); in weston_head_detach()6469 char *head_names; in weston_output_enable() local6535 head_names = weston_output_create_heads_string(output); in weston_output_enable()[all …]