[gnome-shell/wip/carlosg/sync-pointer-in-mutter: 1/7] dnd: Avoid sync_pointer after pop_modal()
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/sync-pointer-in-mutter: 1/7] dnd: Avoid sync_pointer after pop_modal()
- Date: Tue, 29 Dec 2020 22:01:36 +0000 (UTC)
commit 6b980608eeaab665ac601f5a8ec0598877633395
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Dec 18 13:20:18 2020 +0100
dnd: 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.
js/ui/dnd.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/js/ui/dnd.js b/js/ui/dnd.js
index f6debef584..52b79572d4 100644
--- a/js/ui/dnd.js
+++ b/js/ui/dnd.js
@@ -761,7 +761,6 @@ var _Draggable = class _Draggable {
Shell.util_set_hidden_from_pick(this._dragActor, false);
this._ungrabEvents();
- global.sync_pointer();
if (this._updateHoverId) {
GLib.source_remove(this._updateHoverId);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]