xcb_change_window_attributes

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

extern (C)
xcb_change_window_attributes

Meta