aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-08-17 16:02:28 +0000
committerWeblate <noreply@weblate.org>2017-08-17 16:02:28 +0000
commit073b18e631b0837ce4126d1f23a384d5e64266b6 (patch)
tree9ca53c29b4f6a2f4ebb931753fe90bd4a478a802 /src-qt5/core/lumina-desktop/LSession.h
parentTranslated using Weblate (Swedish) (diff)
parentClean up more of the lumina-xconfig tiling options. much nicer now. (diff)
downloadlumina-073b18e631b0837ce4126d1f23a384d5e64266b6.tar.gz
lumina-073b18e631b0837ce4126d1f23a384d5e64266b6.tar.bz2
lumina-073b18e631b0837ce4126d1f23a384d5e64266b6.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r--src-qt5/core/lumina-desktop/LSession.h1
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;
bgstack15