From 03414a1cfe6c1222fd7723949bd622f9cba145aa Mon Sep 17 00:00:00 2001 From: Riley Andrews Date: Tue, 1 Jul 2014 14:22:59 -0700 Subject: Turn on support for async cursor update in surfaceflinger. If available, surfaceflinger will use the hwc setCursorPositionAsync() api to change the position of supported cursor layers outside of the usual prepare/set loop. Change-Id: Ib3fc5c0c390b3489ddbba202379840a1d2748917 --- include/gui/ISurfaceComposerClient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gui') diff --git a/include/gui/ISurfaceComposerClient.h b/include/gui/ISurfaceComposerClient.h index 58c1f6a..bb79bd0 100644 --- a/include/gui/ISurfaceComposerClient.h +++ b/include/gui/ISurfaceComposerClient.h @@ -47,6 +47,7 @@ public: eOpaque = 0x00000400, eProtectedByApp = 0x00000800, eProtectedByDRM = 0x00001000, + eCursorWindow = 0x00002000, eFXSurfaceNormal = 0x00000000, eFXSurfaceDim = 0x00020000, -- cgit v1.1