i3
Macros | Functions
output.c File Reference
#include "all.h"
Include dependency graph for output.c:

Go to the source code of this file.

Macros

#define I3__FILE__   "output.c"
 

Functions

Conoutput_get_content (Con *output)
 Returns the output container below the given output container. More...
 
Outputget_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...
 

Macro Definition Documentation

#define I3__FILE__   "output.c"

Definition at line 2 of file output.c.

Function Documentation

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.

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().

Here is the call graph for this function:

Con* output_get_content ( Con output)