graphicscomposition/openwfcompositionengine/composition/src/wfcelement.c
branchNewGraphicsArchitecture
changeset 139 975c90a56547
parent 0 5d03bc08d59c
child 143 3db46cb3f779
--- a/graphicscomposition/openwfcompositionengine/composition/src/wfcelement.c	Thu Jul 29 19:13:12 2010 +0100
+++ b/graphicscomposition/openwfcompositionengine/composition/src/wfcelement.c	Wed Aug 04 14:31:48 2010 +0100
@@ -232,7 +232,7 @@
     {
         if (fabs(rect[i]) > LIMIT)
         {
-#ifdef DEBUG
+#ifdef DEBUG_LOG
             static const char* coord[4] = {"x", "y", "width", "height"};
             (void)coord[0];
 #endif