diff options
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; |