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, 3 insertions, 0 deletions
diff --git a/src/xx.h b/src/xx.h
index 7346c4a..8bd151e 100644
--- a/src/xx.h
+++ b/src/xx.h
@@ -57,6 +57,8 @@ public:
void revert();
};
+struct OutputInfo;
+
class ScreenSetup : public QObject
{
Q_OBJECT
@@ -85,6 +87,7 @@ public:
private:
ScreenSetup();
~ScreenSetup();
+ ScreenInfo initScreenInfo(const OutputInfo *oi) const;
ConfigBackup createCrtcBackup();
static ScreenSetup * _instance;