xcb_ewmh_wm_icon_iterator_t

@brief Hold a single icon from reply of _NET_WM_ICON GetProperty

extern (C)
struct xcb_ewmh_wm_icon_iterator_t {}

Members

Variables

data
uint* data;

Rows, left to right and top to bottom of the CARDINAL ARGB

height
uint height;

Icon height

index
uint index;

Index of the current icon in the array of icons

rem
uint rem;

Number of icons remaining

width
uint width;

Icon width

Meta