Home
last modified time | relevance | path

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

/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_xdg_decoration_v1.c71 wl_list_for_each_safe(configure, tmp, &decoration->configure_list, link) { in toplevel_decoration_handle_resource_destroy()
102 wl_list_insert(decoration->configure_list.prev, &configure->link); in toplevel_decoration_handle_surface_configure()
117 wl_list_for_each(configure, &decoration->configure_list, link) { in toplevel_decoration_handle_surface_ack_configure()
127 wl_list_for_each_safe(configure, tmp, &decoration->configure_list, link) { in toplevel_decoration_handle_surface_ack_configure()
213 wl_list_init(&decoration->configure_list); in decoration_manager_handle_get_toplevel_decoration()
H A Dwlr_layer_shell_v1.c68 wl_list_for_each(configure, &surface->configure_list, link) { in layer_surface_handle_ack_configure()
81 wl_list_for_each_safe(configure, tmp, &surface->configure_list, link) { in layer_surface_handle_ack_configure()
218 wl_list_for_each_safe(configure, tmp, &surface->configure_list, link) { in layer_surface_unmap()
249 if (wl_list_empty(&surface->configure_list)) { in layer_surface_state_changed()
259 wl_container_of(surface->configure_list.prev, configure, link); in layer_surface_state_changed()
282 wl_list_insert(surface->configure_list.prev, &configure->link); in wlr_layer_surface_v1_configure()
446 wl_list_init(&surface->configure_list); in layer_shell_handle_get_layer_surface()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/xdg_shell/
H A Dwlr_xdg_surface.c78 wl_list_for_each_safe(configure, tmp, &surface->configure_list, link) { in unmap_xdg_surface()
113 wl_list_for_each(configure, &surface->configure_list, link) { in xdg_surface_handle_ack_configure()
126 wl_list_for_each_safe(configure, tmp, &surface->configure_list, link) { in xdg_surface_handle_ack_configure()
164 wl_list_insert(surface->configure_list.prev, &configure->link); in surface_send_configure()
446 wl_list_init(&xdg_surface->configure_list); in create_xdg_surface()
H A Dwlr_xdg_toplevel.c26 if (wl_list_empty(&state->base->configure_list)) { in compare_xdg_surface_toplevel_state()
32 wl_container_of(state->base->configure_list.prev, configure, link); in compare_xdg_surface_toplevel_state()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_xdg_decoration_v1.h44 struct wl_list configure_list; // wlr_xdg_toplevel_decoration_v1_configure::link member
H A Dwlr_layer_shell_v1.h76 struct wl_list configure_list; member
H A Dwlr_xdg_shell.h180 struct wl_list configure_list; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston-desktop/
H A Dxdg-shell-v6.c72 struct wl_list configure_list; /* weston_desktop_xdg_surface_configure::link */ member
914 wl_list_insert(surface->configure_list.prev, &configure->link); in weston_desktop_xdg_surface_send_configure()
945 if (wl_list_empty(&toplevel->base.configure_list)) { in weston_desktop_xdg_toplevel_state_compare()
952 wl_container_of(toplevel->base.configure_list.prev, in weston_desktop_xdg_toplevel_state_compare()
1152 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) { in weston_desktop_xdg_surface_protocol_ack_configure()
1280 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) in weston_desktop_xdg_surface_destroy()
1380 wl_list_init(&surface->configure_list); in weston_desktop_xdg_shell_protocol_get_xdg_surface()
H A Dxdg-shell.c78 struct wl_list configure_list; /* weston_desktop_xdg_surface_configure::link */ member
932 wl_list_insert(surface->configure_list.prev, &configure->link); in weston_desktop_xdg_surface_send_configure()
963 if (wl_list_empty(&toplevel->base.configure_list)) { in weston_desktop_xdg_toplevel_state_compare()
970 wl_container_of(toplevel->base.configure_list.prev, in weston_desktop_xdg_toplevel_state_compare()
1183 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) { in weston_desktop_xdg_surface_protocol_ack_configure()
1311 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) in weston_desktop_xdg_surface_destroy()
1411 wl_list_init(&surface->configure_list); in weston_desktop_xdg_shell_protocol_get_xdg_surface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston-desktop/
H A Dxdg-shell.c78 struct wl_list configure_list; /* weston_desktop_xdg_surface_configure::link */ member
932 wl_list_insert(surface->configure_list.prev, &configure->link); in weston_desktop_xdg_surface_send_configure()
963 if (wl_list_empty(&toplevel->base.configure_list)) { in weston_desktop_xdg_toplevel_state_compare()
970 wl_container_of(toplevel->base.configure_list.prev, in weston_desktop_xdg_toplevel_state_compare()
1183 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) { in weston_desktop_xdg_surface_protocol_ack_configure()
1311 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) in weston_desktop_xdg_surface_destroy()
1411 wl_list_init(&surface->configure_list); in weston_desktop_xdg_shell_protocol_get_xdg_surface()
H A Dxdg-shell-v6.c72 struct wl_list configure_list; /* weston_desktop_xdg_surface_configure::link */ member
914 wl_list_insert(surface->configure_list.prev, &configure->link); in weston_desktop_xdg_surface_send_configure()
945 if (wl_list_empty(&toplevel->base.configure_list)) { in weston_desktop_xdg_toplevel_state_compare()
952 wl_container_of(toplevel->base.configure_list.prev, in weston_desktop_xdg_toplevel_state_compare()
1152 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) { in weston_desktop_xdg_surface_protocol_ack_configure()
1280 wl_list_for_each_safe(configure, temp, &surface->configure_list, link) in weston_desktop_xdg_surface_destroy()
1380 wl_list_init(&surface->configure_list); in weston_desktop_xdg_shell_protocol_get_xdg_surface()