summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorRiley Andrews <riandrews@google.com>2014-07-01 14:22:59 -0700
committerRiley Andrews <riandrews@google.com>2014-07-28 22:07:41 +0000
commit03414a1cfe6c1222fd7723949bd622f9cba145aa (patch)
treec4b15dbf1bb03636c6e9612082b2b3f23ba495b1 /include/gui
parentd8e5e813433c5c5e4fea29a24d993b5cfe436fe0 (diff)
downloadframeworks_native-03414a1cfe6c1222fd7723949bd622f9cba145aa.zip
frameworks_native-03414a1cfe6c1222fd7723949bd622f9cba145aa.tar.gz
frameworks_native-03414a1cfe6c1222fd7723949bd622f9cba145aa.tar.bz2
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
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/ISurfaceComposerClient.h1
1 files changed, 1 insertions, 0 deletions
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,