[gnome-shell/wip/carlosg/sync-pointer-in-mutter: 9/13] overview: Avoid sync_pointer after pop_modal()
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/sync-pointer-in-mutter: 9/13] overview: Avoid sync_pointer after pop_modal()
- Date: Sun, 14 Feb 2021 13:58:01 +0000 (UTC)
commit cbde13fc657c3da40eff36ad248394fe3142b35c
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Dec 18 13:24:55 2020 +0100
overview: Avoid sync_pointer after pop_modal()
This is only necessary for the X11 backend (as grabs triggered by other
clients leave GNOME Shell oblivious of the actual pointer position), but
is now handled inside Mutter.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1556>
js/ui/overview.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index bcddb412f6..136b69c1d7 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -526,7 +526,6 @@ var Overview = class {
this._animateNotVisible();
this._syncGrab();
- global.sync_pointer();
}
// hide:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]