Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c486 } else if (viddata->shell.zxdg) { in SetFullscreen()
592 } else if (viddata->shell.zxdg) { in Wayland_RestoreWindow()
622 } else if (viddata->shell.zxdg) { in Wayland_MaximizeWindow()
702 } else if (c->shell.zxdg) { in Wayland_CreateWindow()
703 … data->shell_surface.zxdg.surface = zxdg_shell_v6_get_xdg_surface(c->shell.zxdg, data->surface); in Wayland_CreateWindow()
705 …data->shell_surface.zxdg.roleobj.toplevel = zxdg_surface_v6_get_toplevel(data->shell_surface.zxdg.… in Wayland_CreateWindow()
740 } else if (c->shell.zxdg) { in Wayland_CreateWindow()
741 if (data->shell_surface.zxdg.surface) { in Wayland_CreateWindow()
797 } else if (c->shell.zxdg) { in Wayland_CreateWindow()
874 } else if (viddata->shell.zxdg) { in Wayland_SetWindowTitle()
[all …]
A DSDL_waylandvideo.c334 handle_ping_zxdg_shell(void *data, struct zxdg_shell_v6 *zxdg, uint32_t serial) in handle_ping_zxdg_shell() argument
336 zxdg_shell_v6_pong(zxdg, serial); in handle_ping_zxdg_shell()
373 d->shell.zxdg = wl_registry_bind(d->registry, id, &zxdg_shell_v6_interface, 1); in display_handle_global()
374 zxdg_shell_v6_add_listener(d->shell.zxdg, &shell_listener_zxdg, NULL); in display_handle_global()
519 if (data->shell.zxdg) in Wayland_VideoQuit()
520 zxdg_shell_v6_destroy(data->shell.zxdg); in Wayland_VideoQuit()
A DSDL_waylandvideo.h59 struct zxdg_shell_v6 *zxdg; member
A DSDL_waylandwindow.h59 SDL_zxdg_shell_surface zxdg; member
A DSDL_waylandevents.c305 } else if (input->display->shell.zxdg) { in ProcessHitTest()
306 … zxdg_toplevel_v6_move(window_data->shell_surface.zxdg.roleobj.toplevel, input->seat, serial); in ProcessHitTest()
322 } else if (input->display->shell.zxdg) { in ProcessHitTest()
323 …zxdg_toplevel_v6_resize(window_data->shell_surface.zxdg.roleobj.toplevel, input->seat, serial, dir… in ProcessHitTest()

Completed in 10 milliseconds