xdo_wait_for_window_focus

Wait for a window to have or lose focus.

@param window The window to wait on @param want_focus If 1, wait for focus. If 0, wait for loss of focus.

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

Meta