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