i3
Functions
resize.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool resize_find_tiling_participants (Con **current, Con **other, direction_t direction)
 
int resize_graphical_handler (Con *first, Con *second, orientation_t orientation, const xcb_button_press_event_t *event)
 

Function Documentation

bool resize_find_tiling_participants ( Con **  current,
Con **  other,
direction_t  direction 
)

Definition at line 54 of file resize.c.

References con_orientation(), D_LEFT, D_RIGHT, D_UP, DLOG, HORIZ, L_STACKED, L_TABBED, Con::layout, Con::parent, TAILQ_NEXT, TAILQ_PREV, Con::type, and VERT.

Referenced by cmd_resize_tiling_direction(), and tiling_resize_for_border().

Here is the call graph for this function:

int resize_graphical_handler ( Con first,
Con second,
orientation_t  orientation,
const xcb_button_press_event_t *  event 
)