From 1902050558bfdb3cbb5ff8fb271dc7c0bfe3b97b Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 10 Jul 2015 10:16:40 -0400 Subject: Adjust the window check/resize routine a bit more. Now it seems to workmuch better, still have a couple apps which might go past the bottom of the screen a couple pixels, but that might be the app doing some auto-resizing of itself later. --- lumina-desktop/LSession.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lumina-desktop/LSession.h') 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 RunningApps; + QList checkWin; QFileInfoList desktopFiles; void CleanupSession(); @@ -125,6 +126,7 @@ public slots: private slots: void watcherChange(QString); + void checkWindowGeoms(); //System Tray Functions void startSystemTray(); -- cgit