xdo_map_window

Map a window. This mostly means to make the window visible if it is not currently mapped.

@param wid the window to map.

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

Meta