aboutsummaryrefslogtreecommitdiff
path: root/system/hwc3/Display.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/hwc3/Display.h')
-rw-r--r--system/hwc3/Display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/hwc3/Display.h b/system/hwc3/Display.h
index 8ed6f919..78cd3dc3 100644
--- a/system/hwc3/Display.h
+++ b/system/hwc3/Display.h
@@ -83,6 +83,7 @@ class Display {
HWC3::Error getColorModes(std::vector<ColorMode>* outColorModes);
HWC3::Error getDisplayCapabilities(std::vector<DisplayCapability>* caps);
HWC3::Error getDisplayConfigs(std::vector<int32_t>* configs);
+ HWC3::Error getDisplayConfigurations(std::vector<DisplayConfiguration>* outConfigs);
HWC3::Error getDisplayConnectionType(DisplayConnectionType* outType);
HWC3::Error getDisplayIdentificationData(DisplayIdentification* outIdentification);
HWC3::Error getDisplayName(std::string* outName);