summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2011-09-04 20:52:02 +0930
committerAdrian Johnson <ajohnson@redneon.com>2011-09-05 21:22:12 +0930
commitd1f146b54f2c13c8786e389eb4d731dfc33d8bb7 (patch)
treedc8aeda2e3d30856d10612dbf37692f65f3fd133 /src/cairo-pdf-surface-private.h
parent37a22669d80cf970dab3aa3e7a8ec673c1462342 (diff)
downloadcairo-d1f146b54f2c13c8786e389eb4d731dfc33d8bb7.tar.gz
pdf: use ink extents for pattern bbox
Diffstat (limited to 'src/cairo-pdf-surface-private.h')
-rw-r--r--src/cairo-pdf-surface-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-pdf-surface-private.h b/src/cairo-pdf-surface-private.h
index 64bf7f0fc..139c1c679 100644
--- a/src/cairo-pdf-surface-private.h
+++ b/src/cairo-pdf-surface-private.h
@@ -74,6 +74,7 @@ typedef struct _cairo_pdf_source_surface_entry {
cairo_pdf_resource_t surface_res;
int width;
int height;
+ cairo_rectangle_int_t extents;
} cairo_pdf_source_surface_entry_t;
typedef struct _cairo_pdf_source_surface {