Lines Matching refs:wl_shell_surface

210     struct wl_shell_surface * wl_shell_surface;  member
528 if(window->wl_shell_surface) { in pointer_handle_button()
529 wl_shell_surface_move(window->wl_shell_surface, app->wl_seat, serial); in pointer_handle_button()
922 if(window->wl_shell_surface) { in touch_handle_down()
923 wl_shell_surface_move(window->wl_shell_surface, app->wl_seat, serial); in touch_handle_down()
1132 static void wl_shell_handle_ping(void * data, struct wl_shell_surface * shell_surface, uint32_t ser… in wl_shell_handle_ping()
1137 static void wl_shell_handle_configure(void * data, struct wl_shell_surface * shell_surface, in wl_shell_handle_configure()
2086 window->wl_shell_surface = wl_shell_get_shell_surface(app->wl_shell, window->body->surface); in create_window()
2087 if(!window->wl_shell_surface) { in create_window()
2092 wl_shell_surface_add_listener(window->wl_shell_surface, &shell_surface_listener, window); in create_window()
2093 wl_shell_surface_set_toplevel(window->wl_shell_surface); in create_window()
2094 wl_shell_surface_set_title(window->wl_shell_surface, title); in create_window()
2110 if(window->wl_shell_surface) { in create_window()
2111 wl_shell_surface_destroy(window->wl_shell_surface); in create_window()
2136 if(window->wl_shell_surface) { in destroy_window()
2137 wl_shell_surface_destroy(window->wl_shell_surface); in destroy_window()
2719 if(window->wl_shell_surface) { in lv_wayland_window_set_maximized()
2726 wl_shell_surface_set_toplevel(window->wl_shell_surface); in lv_wayland_window_set_maximized()
2778 else if(window->wl_shell_surface) { in lv_wayland_window_set_fullscreen()
2780 wl_shell_surface_set_fullscreen(window->wl_shell_surface, in lv_wayland_window_set_fullscreen()
2785 wl_shell_surface_set_toplevel(window->wl_shell_surface); in lv_wayland_window_set_fullscreen()