#include <xcb/xcb.h>
Go to the source code of this file.
Functions | |
bool | focus_window_in_container (xcb_connection_t *conn, Container *container, direction_t direction) |
void | parse_command (xcb_connection_t *conn, const char *command) |
Parses a command, see file CMDMODE for more information. |
bool focus_window_in_container | ( | xcb_connection_t * | conn, | |
Container * | container, | |||
direction_t | direction | |||
) |
Definition at line 38 of file commands.c.
References CIRCLEQ_FIRST, CIRCLEQ_LAST, CIRCLEQ_NEXT_OR_NULL, CIRCLEQ_PREV_OR_NULL, Container::currently_focused, D_DOWN, D_UP, ELOG, and set_focus().
Referenced by button_press_stackwin(), and focus_thing().
void parse_command | ( | xcb_connection_t * | conn, | |
const char * | command | |||
) |
Parses a command, see file CMDMODE for more information.
Definition at line 950 of file commands.c.
References Workspace::auto_float, Client::borderless, c_ws, cleanup_table(), client_change_border(), client_is_floating(), client_kill(), client_leave_fullscreen(), client_mark(), client_toggle_fullscreen(), client_toggle_fullscreen_global(), Client::container, CUR_CELL, DLOG, ELOG, fix_colrowspan(), floating_focus_direction(), floating_move(), floating_toggle_hide(), focus_thing(), Client::fullscreen, global_conn, i3_restart(), ipc_send_event(), ipc_shutdown(), jump_to_container(), jump_to_mark(), jump_to_window(), load_configuration(), LOG, move_current_container(), move_current_window(), move_current_window_to_workspace(), move_floating_window_to_workspace(), next_previous_workspace(), Workspace::output, parse_resize_command(), render_layout(), render_workspace(), restore_geometry(), set_focus(), SLIST_END, SLIST_FIRST, snap_current_container(), Container::stack_limit, Container::stack_limit_value, start_application(), STARTS_WITH, switch_layout_mode(), switch_mode(), THING_CONTAINER, THING_SCREEN, THING_WINDOW, Client::titlebar_position, toggle_floating_mode(), travel_focus_stack(), Client::workspace, and workspace_show().
Referenced by handle_key_press(), and IPC_HANDLER().