Searched refs:shell_surface (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 54 wl_shell_surface_pong(shell_surface, serial); in handle_ping_wl_shell_surface() 462 info->info.wl.shell_surface = data->shell_surface.wl; in Wayland_GetWindowWMInfo() 699 …data->shell_surface.xdg.roleobj.toplevel = xdg_surface_get_toplevel(data->shell_surface.xdg.surfac… in Wayland_CreateWindow() 705 …data->shell_surface.zxdg.roleobj.toplevel = zxdg_surface_v6_get_toplevel(data->shell_surface.zxdg.… in Wayland_CreateWindow() 736 if (data->shell_surface.xdg.surface) { in Wayland_CreateWindow() 741 if (data->shell_surface.zxdg.surface) { in Wayland_CreateWindow() 746 if (data->shell_surface.wl) { in Wayland_CreateWindow() 791 if (data->shell_surface.xdg.surface) { in Wayland_CreateWindow() 798 if (data->shell_surface.zxdg.surface) { in Wayland_CreateWindow() 909 if (wind->shell_surface.zxdg.surface) { in Wayland_DestroyWindow() [all …]
|
A D | SDL_waylandwindow.h | 61 } shell_surface; member
|
A D | SDL_waylandevents.c | 304 … xdg_toplevel_move(window_data->shell_surface.xdg.roleobj.toplevel, input->seat, serial); in ProcessHitTest() 306 … zxdg_toplevel_v6_move(window_data->shell_surface.zxdg.roleobj.toplevel, input->seat, serial); in ProcessHitTest() 308 wl_shell_surface_move(window_data->shell_surface.wl, input->seat, serial); in ProcessHitTest() 321 …xdg_toplevel_resize(window_data->shell_surface.xdg.roleobj.toplevel, input->seat, serial, directio… in ProcessHitTest() 323 …zxdg_toplevel_v6_resize(window_data->shell_surface.zxdg.roleobj.toplevel, input->seat, serial, dir… in ProcessHitTest() 325 …wl_shell_surface_resize(window_data->shell_surface.wl, input->seat, serial, directions_wl[rc - SDL… in ProcessHitTest()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_syswm.h | 264 … struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */ member
|
Completed in 10 milliseconds