diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-16 15:23:22 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-16 15:23:22 -0400 |
commit | 4473c070989a9e3835ad032e03e952cf2cb6b0fa (patch) | |
tree | a5ee00e6f9de16119208965f1974df9ffa76803c /src-qt5/core-utils/lumina-xconfig/MainUI.h | |
parent | More updates for lumina-xconfig: (diff) | |
download | lumina-4473c070989a9e3835ad032e03e952cf2cb6b0fa.tar.gz lumina-4473c070989a9e3835ad032e03e952cf2cb6b0fa.tar.bz2 lumina-4473c070989a9e3835ad032e03e952cf2cb6b0fa.zip |
Fix up a bit more of the new lumina-xconfig.
Diffstat (limited to 'src-qt5/core-utils/lumina-xconfig/MainUI.h')
-rw-r--r-- | src-qt5/core-utils/lumina-xconfig/MainUI.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src-qt5/core-utils/lumina-xconfig/MainUI.h b/src-qt5/core-utils/lumina-xconfig/MainUI.h index 3a6c9f3f..9a54304a 100644 --- a/src-qt5/core-utils/lumina-xconfig/MainUI.h +++ b/src-qt5/core-utils/lumina-xconfig/MainUI.h @@ -48,9 +48,10 @@ private: private slots: void UpdateScreens(); void ScreenSelected(); - //void MoveScreenLeft(); - //void MoveScreenRight(); - void DeactivateScreen(QString device = ""); + void updateNewScreenResolutions(); + void tileScreens(); + + void DeactivateScreen(); void ActivateScreen(); void ApplyChanges(); //config changes void SaveSettings(); |