summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2010-11-24 21:43:07 +1030
committerAdrian Johnson <ajohnson@redneon.com>2010-11-28 03:38:42 +1030
commit126108a6ac5aa5e615071e0cbd1901e5a5de3ca6 (patch)
tree41f9eb22270720d886215c71195f79c588d67ea4 /boilerplate/cairo-boilerplate.h
parent59661f8af428b88125db033867d662e9393d0a41 (diff)
downloadcairo-126108a6ac5aa5e615071e0cbd1901e5a5de3ca6.tar.gz
Boilerplate: Set fallback resolution using force_fallbacks function
cairo_set_fallback_resolution() does not work when testing rgb24 surfaces
Diffstat (limited to 'boilerplate/cairo-boilerplate.h')
-rw-r--r--boilerplate/cairo-boilerplate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate.h b/boilerplate/cairo-boilerplate.h
index dae17ea45..c0a045222 100644
--- a/boilerplate/cairo-boilerplate.h
+++ b/boilerplate/cairo-boilerplate.h
@@ -128,7 +128,8 @@ typedef cairo_surface_t *
typedef void
(*cairo_boilerplate_force_fallbacks_t) (cairo_surface_t *surface,
- unsigned int flags);
+ double x_pixels_per_inch,
+ double y_pixels_per_inch);
typedef cairo_status_t
(*cairo_boilerplate_finish_surface_t) (cairo_surface_t *surface);