summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-09 16:52:17 -0700
committerCarl Worth <cworth@cworth.org>2006-06-09 16:52:17 -0700
commitb2f274b3e86983b312ec19e33b3a1231bd3e51d0 (patch)
tree378e2a02d876b888eeb5ab33e45adb588d6d7c4d /src/cairo-pdf.h
parenta812b3c4908ff296877a648915d5f06696eebe9e (diff)
downloadcairo-b2f274b3e86983b312ec19e33b3a1231bd3e51d0.tar.gz
New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallback_resolution.
This just provides the mechanics for storing the value and removing the old function calls. The new value is still not used anywhere (though nor where the old values), so there should be no functional change (other than forcing any programs calling the old API to be updated).
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index bbbe9bd8b..53699d418 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -54,11 +54,6 @@ cairo_pdf_surface_create_for_stream (cairo_write_func_t write_func,
double width_in_points,
double height_in_points);
-cairo_public void
-cairo_pdf_surface_set_dpi (cairo_surface_t *surface,
- double x_dpi,
- double y_dpi);
-
void
cairo_pdf_surface_set_size (cairo_surface_t *surface,
double width_in_points,