diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2013-01-11 07:30:09 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2013-01-11 07:30:09 +0000 |
| commit | cfe9c94712a2ff6849b123672e51b603f20e76ae (patch) | |
| tree | d3377768830691887a801cc7b45c3e8adb0c2c55 /src/display | |
| parent | gimpcolorwheel: Clean up drawing functions (diff) | |
| download | inkscape-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.h | 3 |
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); |
