From bd170ee5b6f210cfa8db72d6bfbe0cff5ed08594 Mon Sep 17 00:00:00 2001 From: Vinu Deokaran Date: Mon, 20 Jul 2015 13:50:15 -0400 Subject: [PATCH] gui: add Tertiary display support in surface composer header Add definition of Tertiary display into the enumeration list of surface composer header file, to support third display for all Surface Flinger APIs. Change-Id: Ic932be4f7f1ac9c44a5a8f36d17eb9386135de87 --- include/gui/ISurfaceComposer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 8c3d49e64..d5570ea00 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h @@ -58,8 +58,9 @@ public: }; enum { - eDisplayIdMain = 0, - eDisplayIdHdmi = 1 + eDisplayIdMain = 0, + eDisplayIdHdmi = 1, + eDisplayIdTertiary = 2 }; enum Rotation {