diff options
author | 2009-02-10 15:44:00 -0800 | |
---|---|---|
committer | 2009-02-10 15:44:00 -0800 | |
commit | d24b8183b93e781080b2c16c487e60d51c12da31 (patch) | |
tree | fbb89154858984eb8e41556da7e9433040d55cd4 /libs/surfaceflinger/LayerScreenshot.cpp | |
parent | f1e484acb594a726fb57ad0ae4cfe902c7f35858 (diff) |
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'libs/surfaceflinger/LayerScreenshot.cpp')
-rw-r--r-- | libs/surfaceflinger/LayerScreenshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerScreenshot.cpp b/libs/surfaceflinger/LayerScreenshot.cpp index 3e7132b73195..40c47b0b7d87 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"; // --------------------------------------------------------------------------- |