xcb_ewmh_wm_strut_partial_t

@brief Hold reply of _NET_WM_STRUT_PARTIAL GetProperty

Members

Variables

bottom
uint bottom;

Reserved space on the bottom border of the screen

bottom_end_x
uint bottom_end_x;

Ending x coordinate of the bottom strut

bottom_start_x
uint bottom_start_x;

Beginning x coordinate of the bottom strut

left
uint left;

Reserved space on the left border of the screen

left_end_y
uint left_end_y;

Ending y coordinate of the left strut

left_start_y
uint left_start_y;

Beginning y coordinate of the left strut

right
uint right;

Reserved space on the right border of the screen

right_end_y
uint right_end_y;

Ending y coordinate of the right strut

right_start_y
uint right_start_y;

Beginning y coordinate of the right strut

top
uint top;

Reserved space on the top border of the screen

top_end_x
uint top_end_x;

Ending x coordinate of the top strut

top_start_x
uint top_start_x;

Beginning x coordinate of the top strut

Meta