| Summary: | render is missing an enum for the repeat options | ||
|---|---|---|---|
| Product: | XCB | Reporter: | Jamey Sharp <jamey> |
| Component: | Protocol | Assignee: | 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
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.