xcb_change_window_attributes_checked

@brief change window attributes

@param c The connection @param window The window to change. @param value_mask A bitmask of #xcb_cw_t values. @param value_mask \n @param value_list Values for each of the attributes specified in the bitmask \a value_mask. The order has to correspond to the order of possible \a value_mask bits. See the example. @return A cookie

Changes the attributes specified by \a value_mask for the specified \a window.

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_change_window_attributes_checked

Meta