i3
|
Data Fields | |
xcb_window_t | id |
bool | mapped |
bool | unmap_now |
bool | child_mapped |
bool | is_hidden |
bool | is_maximized_vert |
bool | is_maximized_horz |
Con * | con |
bool | need_reparent |
xcb_window_t | old_frame |
bool | was_floating |
Rect | rect |
Rect | window_rect |
bool | initial |
char * | name |
Con* con_state::con |
Definition at line 48 of file x.c.
Referenced by _x_con_kill(), is_con_attached(), set_shape_state(), x_con_init(), x_con_kill(), x_con_reframe(), x_draw_decoration(), x_draw_decoration_after_title(), x_draw_title_border(), x_get_border_rectangles(), x_move_win(), x_push_changes(), x_push_node(), x_push_node_unmaps(), x_raise_con(), x_reinit(), x_reparent_child(), x_set_name(), and x_set_shape().
xcb_window_t con_state::id |
Definition at line 39 of file x.c.
Referenced by x_push_changes().
char* con_state::name |
Definition at line 66 of file x.c.
Referenced by x_set_name().
bool con_state::need_reparent |
Definition at line 53 of file x.c.
Referenced by x_reparent_child().
Rect con_state::rect |
Definition at line 61 of file x.c.
Referenced by x_push_node(), and x_set_warp_to().
Rect con_state::window_rect |
Definition at line 62 of file x.c.
Referenced by x_move_win().