sm8250-common: livedisplay: Say hello to IDisplayModes ^.^

This commit is contained in:
LuK1337
2020-06-25 10:06:37 +02:00
parent f03b5d364a
commit 6e2bca5af7
6 changed files with 79 additions and 30 deletions

View File

@@ -44,8 +44,8 @@ class DisplayModes : public IDisplayModes {
private:
struct ModeInfo {
const char* name;
const char* value;
std::string name;
std::string node;
};
static const std::map<int32_t, ModeInfo> kModeMap;
int32_t mDefaultModeId;