From 6b01e2eaf7fb7f167730c0bde1b55ae7ac928060 Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Fri, 14 Sep 2012 17:21:22 -0700 Subject: Layer flags won't change between prepare and set Change-Id: I0f25766976e4f783066e5b6fd917d1769906e43e --- include/hardware/hwcomposer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/hardware/hwcomposer.h') diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h index 5488e75..0bebb98 100644 --- a/include/hardware/hwcomposer.h +++ b/include/hardware/hwcomposer.h @@ -97,8 +97,7 @@ typedef struct hwc_layer_1 { * Indicates this layer is the framebuffer surface used as the target of * OpenGL ES composition. If the HWC sets all other layers to HWC_OVERLAY * or HWC_BACKGROUND, then no OpenGL ES composition will be done, and - * this layer should be ignored during set(); the HWC_SKIP_LAYER flag - * will indicate this case. + * this layer should be ignored during set(). * * This flag (and the framebuffer surface layer) will only be used if the * HWC version is HWC_DEVICE_API_VERSION_1_1 or higher. In older versions, -- cgit v1.1