xcb_ewmh_get_desktop_layout_reply_t

@brief Hold reply of a _NET_DESKTOP_LAYOUT GetProperty @see xcb_ewmh_desktop_layout_orientation_t @see xcb_ewmh_desktop_layout_starting_corner_t

extern (C)
struct xcb_ewmh_get_desktop_layout_reply_t {}

Members

Variables

columns
uint columns;

The number of columns

orientation
uint orientation;

The desktops orientation

rows
uint rows;

The number of rows

starting_corner
uint starting_corner;

The desktops starting corner

Meta