Bug 4086 - cairo_ps_surface_set_dpi not implemented but appears in the headers file
Summary: cairo_ps_surface_set_dpi not implemented but appears in the headers file
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: postscript backend (show other bugs)
Version: 0.9.3
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 04:58 UTC by Paolo Martini
Modified: 2005-08-22 00:14 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Implement cairo_ps_surface_set_dpi() (1.32 KB, patch)
2005-08-19 08:54 UTC, Kristian Høgsberg
Details | Splinter Review

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.