Bug 8535

Summary: render is missing an enum for the repeat options
Product: XCB Reporter: Jamey Sharp <jamey>
Component: ProtocolAssignee: Josh Triplett <josh>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Jamey Sharp 2006-10-06 14:23:37 UTC
fredrikh reports that our description of the RENDER extension protocol is
missing an enum for the repeat options, discovered while porting xcompmgr.
Comment 1 Ian Osgood 2006-10-08 08:59:25 UTC
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.