Lines Matching refs:p_shell_surface
145 struct wl_shell_surface *p_shell_surface, uint32_t serial) in shell_surface_handle_ping() argument
149 wl_shell_surface_pong(p_shell_surface, serial); in shell_surface_handle_ping()
154 struct wl_shell_surface *p_shell_surface, uint32_t edges, in shell_surface_handle_configure() argument
157 _UNUSED_(p_shell_surface); in shell_surface_handle_configure()
165 struct wl_shell_surface *p_shell_surface) in shell_surface_handle_popup_done() argument
168 _UNUSED_(p_shell_surface); in shell_surface_handle_popup_done()
422 if (NULL != p_window->p_shell_surface) in idle_redraw()
424 wl_shell_surface_set_toplevel(p_window->p_shell_surface); in idle_redraw()
599 p_window->p_shell_surface = in CreateEglWindow()
602 wl_shell_surface_set_user_data(p_window->p_shell_surface, p_window); in CreateEglWindow()
604 wl_shell_surface_add_listener(p_window->p_shell_surface, in CreateEglWindow()
607 wl_shell_surface_set_title(p_window->p_shell_surface, p_window_title); in CreateEglWindow()