Searched refs:shell_surface (Results 1 – 2 of 2) sorted by relevance
39 struct wl_shell_surface *shell_surface; member115 if (d->shell_surface) { in va_close_display_wayland()116 wl_shell_surface_destroy(d->shell_surface); in va_close_display_wayland()117 d->shell_surface = NULL; in va_close_display_wayland()149 if (!d->shell_surface) { in ensure_window()150 d->shell_surface = wl_shell_get_shell_surface(d->shell, d->surface); in ensure_window()151 if (!d->shell_surface) in ensure_window()153 wl_shell_surface_set_toplevel(d->shell_surface); in ensure_window()
249 struct wl_shell_surface *shell_surface; in create_window() local254 shell_surface = wl_shell_get_shell_surface(d->shell, surface1); in create_window()255 wl_shell_surface_set_toplevel(shell_surface); in create_window()