summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2014-05-02 15:26:25 -0700
committerDan Stoza <stoza@google.com>2014-05-05 16:45:26 -0700
commit7f7da32569f8e0b3d383a40b95f8ac1d55afd801 (patch)
tree447e2fe85342ab3be8df946d40e4574905104df7 /include/ui
parent39c5e9f87670a8bc543a716ac994c8c85ac94cd5 (diff)
downloadframeworks_native-7f7da32569f8e0b3d383a40b95f8ac1d55afd801.zip
frameworks_native-7f7da32569f8e0b3d383a40b95f8ac1d55afd801.tar.gz
frameworks_native-7f7da32569f8e0b3d383a40b95f8ac1d55afd801.tar.bz2
Enable changing display configuration
This allows querying and switching display device configurations through the ISurfaceComposer/SurfaceComposerClient interface. Bug: 14320401 Change-Id: I8c22165698950e5da32204c1c4da92122f91a715
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/DisplayInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/DisplayInfo.h b/include/ui/DisplayInfo.h
index 2853e06..3b5cd6d 100644
--- a/include/ui/DisplayInfo.h
+++ b/include/ui/DisplayInfo.h
@@ -33,7 +33,6 @@ struct DisplayInfo {
float density;
uint8_t orientation;
bool secure;
- uint8_t reserved[2];
};
/* Display orientations as defined in Surface.java and ISurfaceComposer.h. */