xcb_ewmh_get_windows_reply_t

@brief Hold a GetProperty reply containing a list of Windows

extern (C)
struct xcb_ewmh_get_windows_reply_t {}

Members

Variables

_reply
xcb_get_property_reply_t* _reply;

The actual GetProperty reply

windows
xcb_window_t* windows;

The list of Windows

windows_len
uint windows_len;

The number of Windows

Meta