Searched refs:input_panel_surface (Results 1 – 1 of 1) sorted by relevance
37 struct input_panel_surface { struct57 struct input_panel_surface *ipsurf = data; in input_panel_slide_done() argument63 show_input_panel_surface(struct input_panel_surface *ipsurf) in show_input_panel_surface()108 struct input_panel_surface *ipsurf, *next; in show_input_panels()171 struct input_panel_surface *ip_surface = surface->committed_private; in input_panel_committed()197 destroy_input_panel_surface(struct input_panel_surface *input_panel_surface) in destroy_input_panel_surface() argument199 wl_signal_emit(&input_panel_surface->destroy_signal, input_panel_surface); in destroy_input_panel_surface()201 wl_list_remove(&input_panel_surface->surface_destroy_listener.link); in destroy_input_panel_surface()202 wl_list_remove(&input_panel_surface->link); in destroy_input_panel_surface()204 input_panel_surface->surface->committed = NULL; in destroy_input_panel_surface()[all …]