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
This commit is contained in:
Vinu Deokaran 2015-07-20 13:50:15 -04:00 committed by Linux Build Service Account
parent 20f9ced881
commit bd170ee5b6
1 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ public:
};
enum {
eDisplayIdMain = 0,
eDisplayIdHdmi = 1
eDisplayIdMain = 0,
eDisplayIdHdmi = 1,
eDisplayIdTertiary = 2
};
enum Rotation {