|
i3
|

Data Fields | |
| xcb_window_t | id |
| bool | mapped |
| bool | unmap_now |
| bool | child_mapped |
| bool | is_hidden |
| Con * | con |
| bool | need_reparent |
| xcb_window_t | old_frame |
| bool | was_floating |
| Rect | rect |
| Rect | window_rect |
| bool | initial |
| char * | name |
| state | |
| old_state | |
| initial_mapping_order | |
| bool con_state::child_mapped |
Definition at line 40 of file x.c.
Referenced by x_push_node(), and x_reinit().
| Con* con_state::con |
Definition at line 44 of file x.c.
Referenced by x_draw_decoration(), x_move_win(), x_push_changes(), and x_reinit().
| xcb_window_t con_state::id |
Definition at line 37 of file x.c.
Referenced by state_for_frame(), x_con_init(), x_mask_event_mask(), and x_push_changes().
| bool con_state::initial |
Definition at line 60 of file x.c.
Referenced by x_con_init(), x_push_changes(), and x_reinit().
| con_state::initial_mapping_order |
Definition at line 71 of file x.c.
Referenced by _x_con_kill(), x_con_init(), and x_push_changes().
| bool con_state::is_hidden |
Definition at line 41 of file x.c.
Referenced by set_hidden_state().
| bool con_state::mapped |
Definition at line 38 of file x.c.
Referenced by x_con_init(), x_deco_recurse(), x_mask_event_mask(), x_push_changes(), x_push_node(), and x_push_node_unmaps().
| char* con_state::name |
Definition at line 62 of file x.c.
Referenced by _x_con_kill(), x_push_node(), and x_set_name().
| bool con_state::need_reparent |
Definition at line 49 of file x.c.
Referenced by x_push_node(), and x_reparent_child().
| xcb_window_t con_state::old_frame |
Definition at line 50 of file x.c.
Referenced by x_push_node(), and x_reparent_child().
| con_state::old_state |
Definition at line 68 of file x.c.
Referenced by _x_con_kill(), x_con_init(), and x_push_changes().
| Rect con_state::rect |
Definition at line 57 of file x.c.
Referenced by x_push_node(), and x_set_warp_to().
| con_state::state |
Definition at line 65 of file x.c.
Referenced by _x_con_kill(), set_hidden_state(), set_shape_state(), state_for_frame(), x_con_init(), x_deco_recurse(), x_mask_event_mask(), 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().
| bool con_state::unmap_now |
Definition at line 39 of file x.c.
Referenced by x_push_changes(), x_push_node(), and x_push_node_unmaps().
| bool con_state::was_floating |
Definition at line 55 of file x.c.
Referenced by set_shape_state(), and x_push_node().
| Rect con_state::window_rect |
Definition at line 58 of file x.c.
Referenced by x_move_win(), x_push_node(), and x_reinit().
1.8.13