sdm845-common: livedisplay: adaption -> widecolor
Change-Id: Id963f767adc9f1d023342a3a5e59c4aaec1a165f
This commit is contained in:
parent
e3b8932571
commit
7c6506557a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const std::map<int32_t, DisplayModes::ModeInfo> DisplayModes::kModeMap = {
|
||||||
{0, {"Standard", "default"}},
|
{0, {"Standard", "default"}},
|
||||||
{1, {"sRGB", "srgb"}},
|
{1, {"sRGB", "srgb"}},
|
||||||
{2, {"DCI P3", "dci-p3"}},
|
{2, {"DCI P3", "dci-p3"}},
|
||||||
{3, {"Adaptive", "adaption"}},
|
{3, {"Wide Color", "widecolor"}},
|
||||||
};
|
};
|
||||||
|
|
||||||
DisplayModes::DisplayModes() : mDefaultModeId(0) {
|
DisplayModes::DisplayModes() : mDefaultModeId(0) {
|
||||||
|
|
Loading…
Reference in a new issue