summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2010-07-01 16:59:52 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-01 16:59:52 -0700
commit920f9dae76259891b6c2d3581bbc3ae781902cc3 (patch)
treea2ade410321734af896d83bce00d7e29f29e2d70 /include
parentffc682e85771ce587c59c2bb01e948e1b373377a (diff)
parentbab54e08ff09cce218a9491466d792c1f938b520 (diff)
downloadhardware_libhardware-920f9dae76259891b6c2d3581bbc3ae781902cc3.zip
hardware_libhardware-920f9dae76259891b6c2d3581bbc3ae781902cc3.tar.gz
hardware_libhardware-920f9dae76259891b6c2d3581bbc3ae781902cc3.tar.bz2
am bab54e08: am aabb7029: Fix a typo in the GRALLOC_USAGE_HW_2D constant.
Merge commit 'bab54e08ff09cce218a9491466d792c1f938b520' * commit 'bab54e08ff09cce218a9491466d792c1f938b520': Fix a typo in the GRALLOC_USAGE_HW_2D constant.
Diffstat (limited to 'include')
-rw-r--r--include/hardware/gralloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h
index d50c895..bbb22cf 100644
--- a/include/hardware/gralloc.h
+++ b/include/hardware/gralloc.h
@@ -64,7 +64,7 @@ enum {
/* buffer will be used as an OpenGL ES render target */
GRALLOC_USAGE_HW_RENDER = 0x00000200,
/* buffer will be used by the 2D hardware blitter */
- GRALLOC_USAGE_HW_2D = 0x00000C00,
+ GRALLOC_USAGE_HW_2D = 0x00000400,
/* buffer will be used with the framebuffer device */
GRALLOC_USAGE_HW_FB = 0x00001000,
/* mask for the software usage bit-mask */