xdo_find_window_client

Find a client window (child) in a given window. Useful if you get the window manager's decorator window rather than the client window.

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

Meta