aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LSession.h
diff options
context:
space:
mode:
authorJesse Smith <jsmith@resonatingmedia.com>2015-07-18 12:53:11 -0300
committerJesse Smith <jsmith@resonatingmedia.com>2015-07-18 12:53:11 -0300
commit676baf4bb756e98b5df08b8e7c38d5050eae150a (patch)
treeabacf948fb92f6fdea22125179ef45a4bc3183c5 /lumina-desktop/LSession.h
parentUpdated dependency and build instructors for Fedora. (diff)
parentFix up a calculation of the new window geometry - add in checks for those str... (diff)
downloadlumina-676baf4bb756e98b5df08b8e7c38d5050eae150a.tar.gz
lumina-676baf4bb756e98b5df08b8e7c38d5050eae150a.tar.bz2
lumina-676baf4bb756e98b5df08b8e7c38d5050eae150a.zip
Merge branch 'master' of https://github.com/pcbsd/lumina
Diffstat (limited to 'lumina-desktop/LSession.h')
-rw-r--r--lumina-desktop/LSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-desktop/LSession.h b/lumina-desktop/LSession.h
index 867f4bd9..b7e6de63 100644
--- a/lumina-desktop/LSession.h
+++ b/lumina-desktop/LSession.h
@@ -111,6 +111,7 @@ private:
//Task Manager Variables
QList<WId> RunningApps;
+ QList<WId> checkWin;
QFileInfoList desktopFiles;
void CleanupSession();
@@ -125,6 +126,7 @@ public slots:
private slots:
void watcherChange(QString);
+ void checkWindowGeoms();
//System Tray Functions
void startSystemTray();
bgstack15