summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerScreenshot.cpp
diff options
context:
space:
mode:
author The Android Open Source Project <initial-contribution@android.com> 2009-02-10 15:44:00 -0800
committer The Android Open Source Project <initial-contribution@android.com> 2009-02-10 15:44:00 -0800
commita6938bab1f6fa76ae98ebbe44f4e534e05fa0993 (patch)
treebc5a1f806bd06db8abb197e80be9ead3644c0bcc /libs/surfaceflinger/LayerScreenshot.cpp
parente41dd756db5184519f4dacbf4d95b333822605c7 (diff)
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'libs/surfaceflinger/LayerScreenshot.cpp')
-rw-r--r--libs/surfaceflinger/LayerScreenshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerScreenshot.cpp b/libs/surfaceflinger/LayerScreenshot.cpp
index 3e7132b731..40c47b0b7d 100644
--- a/libs/surfaceflinger/LayerScreenshot.cpp
+++ b/libs/surfaceflinger/LayerScreenshot.cpp
@@ -35,7 +35,7 @@
namespace android {
// ---------------------------------------------------------------------------
-const uint32_t LayerScreenshot::typeInfo = LayerBase::typeInfo | 0x20;
+const uint32_t LayerScreenshot::typeInfo = LayerBase::typeInfo | 0x40;
const char* const LayerScreenshot::typeID = "LayerScreenshot";
// ---------------------------------------------------------------------------