xdo_move_window

Move a window to a specific location.

The top left corner of the window will be moved to the x,y coordinate.

@param wid the window to move @param x the X coordinate to move to. @param y the Y coordinate to move to.

extern (C) nothrow @nogc
int
xdo_move_window
(
const xdo_t* xdo
,
Window wid
,
int x
,
int y
)

Meta