diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-01-07 21:28:23 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-01-07 21:29:13 -0800 |
commit | fd95bb1c240eea33b0c491b1b569091d4f3d7525 (patch) | |
tree | c848076e5d4d79d1f2e45e486d92991efb70d4b5 /include | |
parent | b17c928090764a0bdefefa17ae31326e02b55d62 (diff) | |
download | frameworks_native-fd95bb1c240eea33b0c491b1b569091d4f3d7525.zip frameworks_native-fd95bb1c240eea33b0c491b1b569091d4f3d7525.tar.gz frameworks_native-fd95bb1c240eea33b0c491b1b569091d4f3d7525.tar.bz2 |
Revert "gui: only support tertiary display if QTI_BSP is defined"
This reverts commit cbd3e07921a7e7525d88c7606b1b8aeb32441804.
Change-Id: I2a0f130dc64a9ebcbcaef36cfe973c759824cf8b
Diffstat (limited to 'include')
-rw-r--r-- | include/gui/ISurfaceComposer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 6e3fc5a..84ddb27 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 { |