diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-24 18:53:38 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-24 18:53:38 -0400 |
commit | 56a5408045a0d2327842bd5fa3c86a48cd6a375f (patch) | |
tree | 7b044888749f9b92ac504a58a17cfd4e29348ce7 /lumina-desktop/LDesktop.h | |
parent | Update the Fluxbox startup command to use the new "-no-slit" and "-no-toolbar... (diff) | |
download | lumina-56a5408045a0d2327842bd5fa3c86a48cd6a375f.tar.gz lumina-56a5408045a0d2327842bd5fa3c86a48cd6a375f.tar.bz2 lumina-56a5408045a0d2327842bd5fa3c86a48cd6a375f.zip |
Before activating the panel on mouse-over, save the ID of the currently active window and then re-activate that other window when the mouse leaves the panel.
Diffstat (limited to 'lumina-desktop/LDesktop.h')
-rw-r--r-- | lumina-desktop/LDesktop.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lumina-desktop/LDesktop.h b/lumina-desktop/LDesktop.h index 456c61e9..ae8e5e83 100644 --- a/lumina-desktop/LDesktop.h +++ b/lumina-desktop/LDesktop.h @@ -1,6 +1,6 @@ //=========================================== // Lumina-DE source code -// Copyright (c) 2012, Ken Moore +// Copyright (c) 2012-2015, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== @@ -49,8 +49,10 @@ public slots: void SystemLogout(); void SystemTerminal(); void SystemFileManager(); - void SystemApplication(QAction*); - + void SystemApplication(QAction*); + + void checkResolution(); + private: QSettings *settings; QTimer *bgtimer; |