xdo_get_window_size

Get a window's size.

@param wid the window to query @param width_ret pointer to uint where the width is stored. @param height_ret pointer to uint where the height is stored.

extern (C) nothrow @nogc
int
xdo_get_window_size
(
const xdo_t* xdo
,
Window wid
,
uint* width_ret
,)

Meta