From b7e3831e57d0700de11a40b1e77c806e843da22e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 2 Jan 2019 10:39:56 +0100 Subject: Actually call the function... --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 317383d..db82370 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,6 +55,7 @@ int main(int argc, char *argv[]) return Bus::inst()->registerService() ? 0 : 1; } + ScreenSetup::inst()->addMissingEdidResolutions(); ScreenSetup::inst()->initModes(); if (CommandLine::center()) { -- cgit v1.2.3-55-g7522