summaryrefslogtreecommitdiffstats
path: root/opengl
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
commit7671c088cd5e6ce938c89939f55ead6629bd6516 (patch)
treef79359875b093194c8dc1c31d7f84d80f446939d /opengl
parenta628e0238519a596e2d10981aae0aab65418f271 (diff)
parent77f17095ed17a6ccc7fc1f1b3ddb31c63bbf66a2 (diff)
downloadframeworks_base-7671c088cd5e6ce938c89939f55ead6629bd6516.zip
frameworks_base-7671c088cd5e6ce938c89939f55ead6629bd6516.tar.gz
frameworks_base-7671c088cd5e6ce938c89939f55ead6629bd6516.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')
-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
// ----------------------------------------------------------------------------