diff options
| author | Brandon Schaefer <brandontschaefer@gmail.com> | 2013-09-26 15:45:58 -0700 |
|---|---|---|
| committer | Brandon Schaefer <brandontschaefer@gmail.com> | 2013-09-26 15:45:58 -0700 |
| commit | 460de65fca93954f9c6bb7c188a4fe1d98d959a4 (patch) | |
| tree | 359065a88dc56fdba7a8d64623084d9f64201efd /plugins/unityshell | |
| parent | 482a5a59a6bc37a3d109fdfa47528ef54007f412 (diff) | |
* Better
(bzr r3536.2.2)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index c0251beb1..cfdbf5b71 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -1696,14 +1696,12 @@ void UnityScreen::handleEvent(XEvent* event) } if (switcher_controller_->IsMouseDisabled() && switcher_controller_->Visible()) - { - return; - } + skip_other_plugins = true; if (!skip_other_plugins && screen->otherGrabExist("deco", "move", "switcher", "resize", nullptr)) { - wt->ProcessForeignEvent(event, nullptr); + wt->ProcessForeignEvent(event, nullptr); } } |
