Lines Matching refs:shell_surface
75 struct wl_shell_surface *shell_surface; member
119 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() argument
122 wl_shell_surface_pong(shell_surface, serial); in handle_ping()
126 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() argument
132 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done() argument
152 window->shell_surface = wl_shell_get_shell_surface(display->shell, in create_window()
155 if (window->shell_surface) in create_window()
156 wl_shell_surface_add_listener(window->shell_surface, in create_window()
159 wl_shell_surface_set_title(window->shell_surface, "simple-shm"); in create_window()
161 wl_shell_surface_set_toplevel(window->shell_surface); in create_window()
173 wl_shell_surface_destroy(window->shell_surface); in destroy_window()