summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-12-01 18:41:42 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-01 18:41:42 -0800
commit69fec4726b744813c39e3e79f573f465076b8297 (patch)
tree6c0501f62b15248cb04afbe19d11a057ac1d688d /opengl/libagl
parentb0f41b767ef0ddf32d14b72a87bc7b29ad0f3ccf (diff)
parentea5b203790f6a1c356f7bb5aa78e2d8ad92e105c (diff)
downloadframeworks_native-69fec4726b744813c39e3e79f573f465076b8297.zip
frameworks_native-69fec4726b744813c39e3e79f573f465076b8297.tar.gz
frameworks_native-69fec4726b744813c39e3e79f573f465076b8297.tar.bz2
am 77f17095: am 533a2803: Merge change I18ffb549 into eclair
Merge commit '77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2' into eclair-mr2-plus-aosp * commit '77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2': fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/copybit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/copybit.cpp b/opengl/libagl/copybit.cpp
index a68750e..4cacc11 100644
--- a/opengl/libagl/copybit.cpp
+++ b/opengl/libagl/copybit.cpp
@@ -38,7 +38,7 @@
#include <ui/Rect.h>
-#define DEBUG_COPYBIT true
+#define DEBUG_COPYBIT false
// ----------------------------------------------------------------------------