diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-15 14:26:54 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-15 14:26:54 -0400 |
commit | 7331cfaf0a9af1b05a40755f61257579ce1b9731 (patch) | |
tree | 6b29d1dae70404f548b35e5d6bf9280b68486a9d /src-qt5/core/lumina-desktop/LSession.h | |
parent | Get most of lumina-xconfig updated so screens can be moved around on a canvas... (diff) | |
download | lumina-7331cfaf0a9af1b05a40755f61257579ce1b9731.tar.gz lumina-7331cfaf0a9af1b05a40755f61257579ce1b9731.tar.bz2 lumina-7331cfaf0a9af1b05a40755f61257579ce1b9731.zip |
Couple quick updates to LSession - not enabled at the moment.
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index 4c8da41c..0d69df84 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -109,6 +109,7 @@ private: QList<LDesktop*> DESKTOPS; QFileSystemWatcher *watcher; QTimer *screenTimer; + bool xchange; //flag for when the x11 session was adjusted //Internal variable for global usage AppMenu *appmenu; |