Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c54 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 DSDL_waylandwindow.h61 } shell_surface; member
A DSDL_waylandevents.c304 … 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 DSDL_syswm.h264 … struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */ member

Completed in 10 milliseconds