Bug 8535 - render is missing an enum for the repeat options
Summary: render is missing an enum for the repeat options
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Protocol (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: Josh Triplett
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 14:23 UTC by Jamey Sharp
Modified: 2006-10-08 08:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.