OSDN Git Service

am 37b44969: Add support for writing byte arrays to parcels
[android-x86/frameworks-native.git] / include / gui / ISurfaceComposer.h
index 7320e4d..09e7771 100644 (file)
@@ -96,6 +96,10 @@ public:
         eElectronBeamAnimationOff = 0x10
     };
 
+    enum {
+        eDisplayIdMain = 0
+    };
+
     /* create connection with surface flinger, requires
      * ACCESS_SURFACE_FLINGER permission
      */