xcb_circulate_window_checked

@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.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_circulate_window_checked

Meta