i3
|
Data Fields | |
orientation_t | orientation |
Con * | output |
xcb_window_t | helpwin |
uint32_t * | new_position |
bool * | threshold_exceeded |
xcb_window_t * | indicator |
Con ** | target |
direction_t * | direction |
drop_type_t * | drop_type |
direction_t* callback_params::direction |
Definition at line 104 of file tiling_drag.c.
Referenced by DRAGGING_CB(), resize_find_tiling_participants(), and tiling_drag().
drop_type_t* callback_params::drop_type |
Definition at line 105 of file tiling_drag.c.
Referenced by DRAGGING_CB(), and tiling_drag().
xcb_window_t callback_params::helpwin |
Definition at line 22 of file resize.c.
Referenced by DRAGGING_CB(), and resize_graphical_handler().
xcb_window_t* callback_params::indicator |
Definition at line 102 of file tiling_drag.c.
Referenced by create_drop_indicator(), DRAGGING_CB(), and tiling_drag().
uint32_t* callback_params::new_position |
Definition at line 23 of file resize.c.
Referenced by DRAGGING_CB(), and resize_graphical_handler().
orientation_t callback_params::orientation |
Definition at line 20 of file resize.c.
Referenced by DRAGGING_CB(), resize_graphical_handler(), and tiling_drag().
Con* callback_params::output |
Definition at line 21 of file resize.c.
Referenced by DRAGGING_CB(), and resize_graphical_handler().
Con** callback_params::target |
Definition at line 103 of file tiling_drag.c.
Referenced by DRAGGING_CB(), and tiling_drag().
bool* callback_params::threshold_exceeded |
Definition at line 24 of file resize.c.
Referenced by DRAGGING_CB().