OSDN Git Service

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