xdo_get_active_window

Get the currently-active window. Requires your window manager to support this. Uses _NET_ACTIVE_WINDOW from the EWMH spec.

@param window_ret Pointer to Window where the active window is stored.

extern (C) nothrow @nogc
int
xdo_get_active_window
(
const xdo_t* xdo
,
Window* window_ret
)

Meta