summaryrefslogtreecommitdiffstats
path: root/include/hardware/hwcomposer_defs.h
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-08-16 16:21:13 -0700
committerJesse Hall <jessehall@google.com>2012-08-16 16:21:13 -0700
commitd18c83fc044a5f1d74ebe59bea7763b75c4d00d7 (patch)
tree2ae798927dc4d3a8ec88246a881f31366d7c7ddc /include/hardware/hwcomposer_defs.h
parent1098f9d7e93c9ab30e4a4a6c7533003a3415cc0c (diff)
downloadhardware_libhardware-d18c83fc044a5f1d74ebe59bea7763b75c4d00d7.zip
hardware_libhardware-d18c83fc044a5f1d74ebe59bea7763b75c4d00d7.tar.gz
hardware_libhardware-d18c83fc044a5f1d74ebe59bea7763b75c4d00d7.tar.bz2
HWC 1.1: add FRAMEBUFFER_TARGET layer type
Change-Id: I61965c343dceb4137bc439b49ea90ec13183b719
Diffstat (limited to 'include/hardware/hwcomposer_defs.h')
-rw-r--r--include/hardware/hwcomposer_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hardware/hwcomposer_defs.h b/include/hardware/hwcomposer_defs.h
index 02b8e50..28605d4 100644
--- a/include/hardware/hwcomposer_defs.h
+++ b/include/hardware/hwcomposer_defs.h
@@ -89,6 +89,10 @@ enum {
/* this is the background layer. it's used to set the background color.
* there is only a single background layer */
HWC_BACKGROUND = 2,
+
+ /* this layer holds the result of compositing the HWC_FRAMEBUFFER layers.
+ * Added in HWC_DEVICE_API_VERSION_1_1. */
+ HWC_FRAMEBUFFER_TARGET = 3,
};
/*