Searched refs:xdg (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 480 if (viddata->shell.xdg) { in SetFullscreen() 591 if (viddata->shell.xdg) { in Wayland_RestoreWindow() 620 if (viddata->shell.xdg) { in Wayland_MaximizeWindow() 696 if (c->shell.xdg) { in Wayland_CreateWindow() 697 data->shell_surface.xdg.surface = xdg_wm_base_get_xdg_surface(c->shell.xdg, data->surface); in Wayland_CreateWindow() 699 …data->shell_surface.xdg.roleobj.toplevel = xdg_surface_get_toplevel(data->shell_surface.xdg.surfac… in Wayland_CreateWindow() 735 if (c->shell.xdg) { in Wayland_CreateWindow() 760 if (c->decoration_manager && c->shell.xdg && data->shell_surface.xdg.surface) { in Wayland_CreateWindow() 790 if (c->shell.xdg) { in Wayland_CreateWindow() 872 if (viddata->shell.xdg) { in Wayland_SetWindowTitle() [all …]
|
A D | SDL_waylandvideo.c | 345 handle_ping_xdg_wm_base(void *data, struct xdg_wm_base *xdg, uint32_t serial) in handle_ping_xdg_wm_base() argument 347 xdg_wm_base_pong(xdg, serial); in handle_ping_xdg_wm_base() 370 d->shell.xdg = wl_registry_bind(d->registry, id, &xdg_wm_base_interface, 1); in display_handle_global() 371 xdg_wm_base_add_listener(d->shell.xdg, &shell_listener_xdg, NULL); in display_handle_global() 516 if (data->shell.xdg) in Wayland_VideoQuit() 517 xdg_wm_base_destroy(data->shell.xdg); in Wayland_VideoQuit()
|
A D | SDL_waylandvideo.h | 58 struct xdg_wm_base *xdg; member
|
A D | SDL_waylandwindow.h | 58 SDL_xdg_shell_surface xdg; member
|
A D | SDL_waylandevents.c | 303 if (input->display->shell.xdg) { in ProcessHitTest() 304 … xdg_toplevel_move(window_data->shell_surface.xdg.roleobj.toplevel, input->seat, serial); in ProcessHitTest() 320 if (input->display->shell.xdg) { in ProcessHitTest() 321 …xdg_toplevel_resize(window_data->shell_surface.xdg.roleobj.toplevel, input->seat, serial, directio… in ProcessHitTest()
|
Completed in 12 milliseconds