summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-01-02 10:39:56 +0100
committerSimon Rettberg2019-01-02 10:39:56 +0100
commitb7e3831e57d0700de11a40b1e77c806e843da22e (patch)
treed9cf7ae0c82e85a8f83781f29b899e64f37b2d78
parentParse EDID for missing modes (ultrawide issue) (diff)
downloadbeamergui-b7e3831e57d0700de11a40b1e77c806e843da22e.tar.gz
beamergui-b7e3831e57d0700de11a40b1e77c806e843da22e.tar.xz
beamergui-b7e3831e57d0700de11a40b1e77c806e843da22e.zip
Actually call the function...
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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()) {