X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsp-image.h;h=e0546d63d5057365374d855e0a43794204143e53;hb=eb064b0a45987edcaa468ed8e300efe8d0677a77;hp=500d9699eb1e52caa477bf90f28fce11e08391a1;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/sp-image.h b/src/sp-image.h index 500d9699e..e0546d63d 100644 --- a/src/sp-image.h +++ b/src/sp-image.h @@ -45,6 +45,9 @@ struct SPImage : public SPItem { double viewx, viewy, viewwidth, viewheight; gchar *href; +#if ENABLE_LCMS + gchar *color_profile; +#endif // ENABLE_LCMS GdkPixbuf *pixbuf; };