fredrikh reports that our description of the RENDER extension protocol is missing an enum for the repeat options, discovered while porting xcompmgr.
FIxed post RC2. Enumeration comes out like this: typedef enum xcb_render_repeat_t { XCB_RENDER_REPEAT_NONE, XCB_RENDER_REPEAT_NORMAL, XCB_RENDER_REPEAT_PAD, XCB_RENDER_REPEAT_REFLECT } xcb_render_repeat_t;
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.