summaryrefslogtreecommitdiffstats
path: root/src/xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xx.h')
-rw-r--r--src/xx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xx.h b/src/xx.h
index 43cb043..702568c 100644
--- a/src/xx.h
+++ b/src/xx.h
@@ -68,7 +68,6 @@ class ScreenSetup : public QObject
public:
void addMissingEdidResolutions();
void updateScreenResources();
- void initModes();
ScreenMode getCurrentMode();
bool hasScreenWithoutEdid();
ConfigBackup setResolutionsFromString(const QString &resolutions, const QString &mapping);
@@ -77,7 +76,7 @@ public:
ConfigBackup setCenteredClone();
ConfigBackup setClone(const QSize &resolution);
ConfigBackup setCustom(const QList<QPair<QSize, QList<QString>>> &list);
- ResolutionVector getCommonModes() const;
+ ResolutionVector getCommonModes(bool projectorsOnly = false) const;
int getOutputCount() const;
int queryCurrentOutputCount() const;
QMap<QString, ScreenInfo> getScreenPositions() const;