Home
last modified time | relevance | path

Searched refs:wl_shell_surface (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c210 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()
[all …]