Bug 4086

Summary: cairo_ps_surface_set_dpi not implemented but appears in the headers file
Product: cairo Reporter: Paolo Martini <ponkje>
Component: postscript backendAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 0.9.3   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Implement cairo_ps_surface_set_dpi()

Description Paolo Martini 2005-08-15 04:58:20 UTC
While compiling the bindings I'm writing the compiler I got this error message:

During interactive linking, GHCi couldn't find the following symbol:
  cairo_ps_surface_set_dpi

The function appears in the header file /usr/include/cairo/cairo-ps.h (line 62)
but it seems to be unimplemented.
Comment 1 Kristian Høgsberg 2005-08-19 08:54:35 UTC
Created attachment 2929 [details] [review]
Implement cairo_ps_surface_set_dpi()

Patch to implement missing function.
Comment 2 Kristian Høgsberg 2005-08-19 12:34:15 UTC
Patch + documentation comments committed.
Comment 3 Carl Worth 2005-08-22 17:14:48 UTC
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.

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.