i3
Data Fields
con_state Struct Reference
Collaboration diagram for con_state:
Collaboration graph
[legend]

Data Fields

xcb_window_t id
 
bool mapped
 
bool unmap_now
 
bool child_mapped
 
bool above_all
 
Concon
 The con for which this state is. More...
 
bool need_reparent
 
xcb_window_t old_frame
 
Rect rect
 
Rect window_rect
 
bool initial
 
char * name
 

Detailed Description

Definition at line 34 of file x.c.

Field Documentation

bool con_state::above_all

Definition at line 39 of file x.c.

Referenced by x_push_changes(), and x_raise_con().

bool con_state::child_mapped

Definition at line 38 of file x.c.

Referenced by x_push_node(), and x_reinit().

Con* con_state::con

The con for which this state is.

Definition at line 42 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 35 of file x.c.

Referenced by CIRCLEQ_HEAD(), x_con_init(), x_mask_event_mask(), and x_push_changes().

bool con_state::initial

Definition at line 53 of file x.c.

Referenced by x_con_init(), x_push_changes(), x_push_node(), and x_reinit().

bool con_state::mapped
char* con_state::name

Definition at line 55 of file x.c.

Referenced by x_con_kill(), x_push_node(), and x_set_name().

bool con_state::need_reparent

Definition at line 47 of file x.c.

Referenced by x_push_node(), and x_reparent_child().

xcb_window_t con_state::old_frame

Definition at line 48 of file x.c.

Referenced by x_push_node(), and x_reparent_child().

Rect con_state::rect

Definition at line 50 of file x.c.

Referenced by x_push_node(), x_set_warp_to(), and xcb_draw_rect().

bool con_state::unmap_now

Definition at line 37 of file x.c.

Referenced by x_push_node(), and x_push_node_unmaps().

Rect con_state::window_rect

Definition at line 51 of file x.c.

Referenced by x_move_win(), x_push_node(), and x_reinit().


The documentation for this struct was generated from the following file: