@param c The connection
@param direction A bitmask of #xcb_circulate_t values.
@param direction \n
@param window The window to raise/lower (depending on \a direction).
@return A cookie
If \a direction is XCB_CIRCULATE_RAISE_LOWEST, the lowest mapped child (if
any) will be raised to the top of the stack.
If \a direction is XCB_CIRCULATE_LOWER_HIGHEST, the highest mapped child will
be lowered to the bottom of the stack.
@brief Change window stacking order
@param c The connection @param direction A bitmask of #xcb_circulate_t values. @param direction \n @param window The window to raise/lower (depending on \a direction). @return A cookie
If \a direction is XCB_CIRCULATE_RAISE_LOWEST, the lowest mapped child (if any) will be raised to the top of the stack.
If \a direction is XCB_CIRCULATE_LOWER_HIGHEST, the highest mapped child will be lowered to the bottom of the stack.