summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2013-01-11 07:30:09 +0000
committerJon A. Cruz <jon@joncruz.org>2013-01-11 07:30:09 +0000
commitcfe9c94712a2ff6849b123672e51b603f20e76ae (patch)
treed3377768830691887a801cc7b45c3e8adb0c2c55 /src/display
parentgimpcolorwheel: Clean up drawing functions (diff)
downloadinkscape-cfe9c94712a2ff6849b123672e51b603f20e76ae.tar.gz
inkscape-cfe9c94712a2ff6849b123672e51b603f20e76ae.zip
Warning and dead code cleanup.
(bzr r12014)
Diffstat (limited to 'src/display')
-rw-r--r--src/display/cairo-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/display/cairo-utils.h b/src/display/cairo-utils.h
index d240545eb..e88c6d4e8 100644
--- a/src/display/cairo-utils.h
+++ b/src/display/cairo-utils.h
@@ -87,7 +87,10 @@ public:
* Only the address of the structure is used, it is never initialized. See:
* http://www.cairographics.org/manual/cairo-Types.html#cairo-user-data-key-t
*/
+// TODO fixme check this usage. A static here in a header file is probably not doing what was intended:
static cairo_user_data_key_t ci_key;
+
+
SPColorInterpolation get_cairo_surface_ci(cairo_surface_t *surface);
void set_cairo_surface_ci(cairo_surface_t *surface, SPColorInterpolation cif);
void copy_cairo_surface_ci(cairo_surface_t *in, cairo_surface_t *out);