From cb3054de12b5260f4d5ddf838096aa2c5490fecb Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 1 Apr 2006 18:58:38 +0000 Subject: Introducing optional LittleCms use. (bzr r391) --- src/dialogs/swatches.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dialogs/swatches.cpp') diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp index ab4fa35ad..a4b9a0d7d 100644 --- a/src/dialogs/swatches.cpp +++ b/src/dialogs/swatches.cpp @@ -97,8 +97,10 @@ typedef enum { } colorFlavorType; static const GtkTargetEntry sourceColorEntries[] = { +#if ENABLE_LCMS // {"application/x-inkscape-color-id", GTK_TARGET_SAME_APP, APP_X_INKY_COLOR_ID}, {"application/x-inkscape-color", 0, APP_X_INKY_COLOR}, +#endif // ENABLE_LCMS {"application/x-color", 0, APP_X_COLOR}, {"text/plain", 0, TEXT_DATA}, }; @@ -231,8 +233,10 @@ static void dieDieDie( GtkObject *obj, gpointer user_data ) } static const GtkTargetEntry destColorTargets[] = { +#if ENABLE_LCMS // {"application/x-inkscape-color-id", GTK_TARGET_SAME_APP, APP_X_INKY_COLOR_ID}, {"application/x-inkscape-color", 0, APP_X_INKY_COLOR}, +#endif // ENABLE_LCMS {"application/x-color", 0, APP_X_COLOR}, }; -- cgit v1.2.3