diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-19 02:33:38 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-19 02:33:38 +0000 |
commit | 387117c2446a397a42698e9d8cfdf9ff1f371c96 (patch) | |
tree | eaeb7b8c318f6618de3a47dffdcd3ffe347ab7b6 /kdesktop/lock/lockprocess.h | |
parent | 2f3e71bfb99194163418662d6324a2a2f4545e70 (diff) | |
download | tdebase-387117c2446a397a42698e9d8cfdf9ff1f371c96.tar.gz tdebase-387117c2446a397a42698e9d8cfdf9ff1f371c96.zip |
Enhanced Compiz support
Added preliminary ability for allowing specific hotkeys to execute global shortcut actions while the desktop lock is active.
The primary use for this is to switch monitors while the screen is still locked (with the switch-monitor hotkey) so that the user can login.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1116279 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesktop/lock/lockprocess.h')
-rw-r--r-- | kdesktop/lock/lockprocess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesktop/lock/lockprocess.h b/kdesktop/lock/lockprocess.h index eed5f92b9..ee1621bc8 100644 --- a/kdesktop/lock/lockprocess.h +++ b/kdesktop/lock/lockprocess.h @@ -64,6 +64,7 @@ public slots: void preparePopup(); void cleanupPopup(); void checkPipe(); + void desktopResized(); protected: virtual bool x11Event(XEvent *); |