summaryrefslogtreecommitdiffstats
path: root/src/xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xx.h')
-rw-r--r--src/xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xx.h b/src/xx.h
index c3e80e7..cf5a37a 100644
--- a/src/xx.h
+++ b/src/xx.h
@@ -69,7 +69,7 @@ public:
ScreenMode getCurrentMode();
bool hasScreenWithoutEdid();
ConfigBackup setResolutionsFromString(const QString &resolutions, const QString &mapping);
- ConfigBackup setDefaultMode(ScreenMode &mode);
+ ConfigBackup setDefaultMode(ScreenMode &mode);
bool createMode(unsigned int resX, unsigned int resY, float refresh, QString name);
ConfigBackup setCenteredClone();
ConfigBackup setClone(const QSize &resolution);
@@ -79,7 +79,7 @@ public:
int queryCurrentOutputCount() const;
QMap<QString, ScreenInfo> getScreenPositions() const;
const ResolutionVector &getVirtualResolutions() const;
- bool runXrandr(QStringList &cmd);
+ bool runXrandr(QStringList &cmd);
// Singleton
inline static ScreenSetup* inst() {