From 8af4e664d998a6d94d59b51bca47dd24ebf91d11 Mon Sep 17 00:00:00 2001 From: Abhisek Devkota Date: Fri, 8 Jan 2016 11:40:31 -0800 Subject: [PATCH] Revert "Revert "gui: only support tertiary display if QTI_BSP is defined"" This reverts commit fd95bb1c240eea33b0c491b1b569091d4f3d7525. Change-Id: I0acbd3a8ba91f33e1ad60b14093101811683e04f --- include/gui/ISurfaceComposer.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 84ddb278d..6e3fc5a6d 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h @@ -58,9 +58,11 @@ public: }; enum { - eDisplayIdMain = 0, - eDisplayIdHdmi = 1, + eDisplayIdMain = 0, + eDisplayIdHdmi = 1, +#ifdef QTI_BSP eDisplayIdTertiary = 2 +#endif }; enum Rotation {