xcb_change_window_attributes_checked (3) Linux Manual Page
xcb_change_window_attributes – change window attributes Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_change_window_attributes(xcb_connection_t *conn, xcb_window_t window, uint32_t value_mask, const void *value_list); Request Arguments conn The XCB connection to X11. window The window to change. value_mask One of the following values: XCB_CW_BACK_PIXMAP Overrides the default background-pixmap. The background pixmap and window must have the same root and…
