xdo_set_window_size

Change the window size.

@param wid the window to resize @param w the new desired width @param h the new desired height @param flags if 0, use pixels for units. If SIZE_USEHINTS, then the units will be relative to the window size hints.

extern (C) nothrow @nogc
int
xdo_set_window_size
(
const xdo_t* xdo
,
Window wid
,
int w
,
int h
,
int flags
)

Meta