Summary: | pycairo wraps nonexistent (changed) API | ||
---|---|---|---|
Product: | pycairo | Reporter: | Elijah Newren <newren> |
Component: | general | Assignee: | Steve Chaplin <d74n5pohf9> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | fpeters |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Hacky patch to fix the bug
replace *Surface set_dpi method by Surface set_fallback_resolution |
Description
Elijah Newren
2006-06-10 14:12:28 UTC
Created attachment 5871 [details] [review] Hacky patch to fix the bug This patch takes the minimal route to fixing this bug. Probably not the best route, as you'd probably want to compress the three pycairo functions into one just as cairo did. Created attachment 5874 [details] [review] replace *Surface set_dpi method by Surface set_fallback_resolution This patch does it like cairo did; providing set_fallback_resolution to CairoSurface instead of three set_dpi methods to children classes. Fixed in CVS using the method from the second patch. (I received the email regarding the second patch after I had just made the equivalent changes!) |
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.