diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-12-05 23:30:37 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2009-12-05 23:30:37 +0000 |
| commit | 34c82e4c01d1f782e6fca1ced0c00b1085a28e07 (patch) | |
| tree | 846871959b79999d28c93f2b827c0dc3a43d20f8 /src/sp-image.cpp | |
| parent | add cxxtests for marker_loc enum. code depends on the exact values of the enu... (diff) | |
| parent | Updating to current trunk (diff) | |
| download | inkscape-34c82e4c01d1f782e6fca1ced0c00b1085a28e07.tar.gz inkscape-34c82e4c01d1f782e6fca1ced0c00b1085a28e07.zip | |
merging gsoc 2009 color management work by Felipe Sanches (a.k.a. JucaBlues)
(bzr r8869)
Diffstat (limited to 'src/sp-image.cpp')
| -rw-r--r-- | src/sp-image.cpp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/sp-image.cpp b/src/sp-image.cpp index 65aad1e2d..f4ab3d9ef 100644 --- a/src/sp-image.cpp +++ b/src/sp-image.cpp @@ -51,8 +51,15 @@ #if ENABLE_LCMS #include "color-profile-fns.h" #include "color-profile.h" -//#define DEBUG_LCMS +#define DEBUG_LCMS #ifdef DEBUG_LCMS + + +#define DEBUG_MESSAGE(key, ...)\ +{\ + g_message( __VA_ARGS__ );\ +} + #include "preferences.h" #include <gtk/gtkmessagedialog.h> #endif // DEBUG_LCMS @@ -105,7 +112,7 @@ extern "C" #ifdef DEBUG_LCMS extern guint update_in_progress; -#define DEBUG_MESSAGE(key, ...) \ +#define DEBUG_MESSAGE_SCISLAC(key, ...) \ {\ Inkscape::Preferences *prefs = Inkscape::Preferences::get();\ bool dump = prefs->getBool("/options/scislac/" #key);\ |
