| commit | 52142828eeb3e3f752e09039fd052b119718aa2f | [log] [tgz] |
|---|---|---|
| author | Jeff Brown <jeffbrown@android.com> | Mon Aug 27 16:12:46 2012 -0700 |
| committer | Jeff Brown <jeffbrown@android.com> | Mon Aug 27 16:44:39 2012 -0700 |
| tree | 249184c98965a80e53d90285cfb6bc3a4ee79733 | |
| parent | 908c8ff55482b723eddec54c6308e54a136a3e49 [diff] [blame] |
Forward compatibility patch. Change-Id: I8e8af0c6035aaac5e5097f1cfb198250475627ee
diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 7320e4d..09e7771 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h
@@ -96,6 +96,10 @@ eElectronBeamAnimationOff = 0x10 }; + enum { + eDisplayIdMain = 0 + }; + /* create connection with surface flinger, requires * ACCESS_SURFACE_FLINGER permission */