|
i3
|
#include "all.h"
Go to the source code of this file.
Macros | |
| #define | I3__FILE__ "output.c" |
Functions | |
| Con * | output_get_content (Con *output) |
| Returns the output container below the given output container. More... | |
| Output * | get_output_from_string (Output *current_output, const char *output_str) |
| Returns an 'output' corresponding to one of left/right/down/up or a specific output name. More... | |
Returns an 'output' corresponding to one of left/right/down/up or a specific output name.
Definition at line 33 of file output.c.
References D_DOWN, D_LEFT, D_RIGHT, D_UP, get_output_by_name(), and get_output_next_wrap().
Referenced by cmd_focus_output(), cmd_move_con_to_output(), and workspace_move_to_output().

Returns the output container below the given output container.
Definition at line 18 of file output.c.
References TAILQ_FOREACH, and Con::type.
Referenced by _tree_next(), check_crossing_screen_boundary(), cmd_append_layout(), cmd_focus_output(), cmd_move_con_to_output(), cmd_move_con_to_workspace_number(), cmd_rename_workspace(), cmd_workspace_number(), con_move_to_workspace(), con_next_focused(), create_workspace_on_output(), disable_randr(), ewmh_update_current_desktop(), ewmh_update_desktop_names(), ewmh_update_desktop_viewport(), ewmh_update_number_of_desktops(), fake_outputs_init(), floating_maybe_reassign_ws(), handle_button_press(), handle_client_message(), init_ws_for_output(), IPC_HANDLER(), json_end_map(), main(), move_to_output_directed(), output_change_mode(), query_screens(), randr_query_outputs(), render_con(), route_click(), tree_close(), workspace_get(), workspace_move_to_output(), workspace_next(), workspace_next_on_output(), workspace_prev(), and workspace_prev_on_output().
1.8.9.1