xdo_raise_window

Raise a window to the top of the window stack. This is also sometimes termed as bringing the window forward.

@param wid The window to raise.

extern (C) nothrow @nogc
int
xdo_raise_window
(
const xdo_t* xdo
,
Window wid
)

Meta