Home
last modified time | relevance | path

Searched refs:N_CONTAINER (Results 1 – 16 of 16) sorted by relevance

/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Dnode.c26 case N_CONTAINER: in node_type_to_str()
41 return node->type == N_CONTAINER && node->sway_container->view; in node_is_view()
52 case N_CONTAINER: in node_get_name()
69 case N_CONTAINER: in node_get_box()
77 case N_CONTAINER: { in node_get_output()
93 case N_CONTAINER: in node_get_layout()
106 case N_CONTAINER: { in node_get_parent()
133 case N_CONTAINER: in node_get_children()
145 if (ancestor->type == N_ROOT && node->type == N_CONTAINER && in node_has_ancestor()
154 if (ancestor->type == N_ROOT && parent->type == N_CONTAINER && in node_has_ancestor()
H A Dworkspace.c50 } else if (focus && focus->type == N_CONTAINER) { in workspace_get_initial_output()
463 } else if (focus && focus->type == N_CONTAINER) { in workspace_switch()
H A Darrange.c364 case N_CONTAINER: in arrange_node()
H A Dview.c581 } else if (node && node->type == N_CONTAINER) { in select_workspace()
669 struct sway_container *target_sibling = node->type == N_CONTAINER ? in view_map()
H A Dcontainer.c32 node_init(&c->node, N_CONTAINER, c); in container_create()
/dports/x11-wm/sway/sway-1.5.1/sway/input/
H A Dseat.c170 struct sway_view *view = node->type == N_CONTAINER ? in seat_send_focus()
202 if (ancestor->type == N_CONTAINER && ancestor->sway_container->view) { in seat_get_focus_inactive_view()
208 if (node->type == N_CONTAINER && node->sway_container->view && in seat_get_focus_inactive_view()
288 if (node->type == N_CONTAINER && node->sway_container->scratchpad) { in handle_seat_node_destroy()
1081 struct sway_container *container = node->type == N_CONTAINER ? in seat_set_focus()
1318 if (node->type == N_CONTAINER && in seat_get_focus_inactive_tiling()
1335 if (node->type == N_CONTAINER && in seat_get_focus_inactive_floating()
1384 if (focus->type == N_CONTAINER) { in seat_get_focused_workspace()
1397 if (node->type == N_CONTAINER && in seat_get_last_known_workspace()
1409 if (focus && focus->type == N_CONTAINER) { in seat_get_focused_container()
[all …]
H A Dseatop_move_tiling.c242 bool swap = edge == WLR_EDGE_NONE && target_node->type == N_CONTAINER; in finalize_move()
251 } else if (target_node->type == N_CONTAINER) { in finalize_move()
H A Dseatop_default.c220 struct sway_container *cont = node && node->type == N_CONTAINER ? in handle_tablet_tool_tip()
328 struct sway_container *cont = node && node->type == N_CONTAINER ? in handle_button()
641 struct sway_container *cont = node && node->type == N_CONTAINER ? in handle_pointer_axis()
H A Dcursor.c208 if (node && node->type == N_CONTAINER) { in cursor_update_image()
1292 if (focus && focus->type == N_CONTAINER && focus->sway_container->view) { in handle_pointer_constraint()
/dports/x11-wm/sway/sway-1.5.1/include/sway/tree/
H A Dnode.h20 N_CONTAINER, enumerator
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Dtransaction.c71 case N_CONTAINER: in transaction_destroy()
182 case N_CONTAINER: in transaction_add_node()
308 case N_CONTAINER: in transaction_apply()
/dports/x11-wm/sway/sway-1.5.1/sway/
H A Dipc-json.c677 if (node->type == N_CONTAINER) { in ipc_json_describe_node()
705 case N_CONTAINER: in ipc_json_describe_node()
745 case N_CONTAINER: in ipc_json_describe_node_recursive()
H A Dcommands.c189 case N_CONTAINER: in set_config_node()
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dmove.c517 if (destination->type == N_CONTAINER && in cmd_move_container()
555 case N_CONTAINER: in cmd_move_container()
H A Dfocus.c442 if (next_focus->type == N_CONTAINER) { in cmd_focus()
H A Dbind.c625 if (node && node->type == N_CONTAINER) { in seat_execute_command()