aboutsummaryrefslogtreecommitdiff
path: root/hwc2_device/HwcDisplayConfigs.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwc2_device/HwcDisplayConfigs.h')
-rw-r--r--hwc2_device/HwcDisplayConfigs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hwc2_device/HwcDisplayConfigs.h b/hwc2_device/HwcDisplayConfigs.h
index cb38625..5bcf696 100644
--- a/hwc2_device/HwcDisplayConfigs.h
+++ b/hwc2_device/HwcDisplayConfigs.h
@@ -45,6 +45,11 @@ struct HwcDisplayConfigs {
int active_config_id = 0;
int preferred_config_id = 0;
+
+ int last_config_id = 1;
+
+ uint32_t mm_width = 0;
+ uint32_t mm_height = 0;
};
} // namespace android