Searched refs:p_shell_surface (Results 1 – 2 of 2) sorted by relevance
145 struct wl_shell_surface *p_shell_surface, uint32_t serial) in shell_surface_handle_ping() argument149 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() argument157 _UNUSED_(p_shell_surface); in shell_surface_handle_configure()165 struct wl_shell_surface *p_shell_surface) in shell_surface_handle_popup_done() argument168 _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()[all …]
81 struct wl_shell_surface *p_shell_surface; member