mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
layout: Don't update input region on wayland
We already see all events on wayland, so we can save us the work of computing the XFixes region there. https://gitlab.gnome.org/GNOME/gnome-shell/issues/273
This commit is contained in:
parent
7190666075
commit
586a9ff9cd
1 changed files with 2 additions and 1 deletions
|
|
@ -1059,7 +1059,8 @@ var LayoutManager = new Lang.Class({
|
|||
}
|
||||
}
|
||||
|
||||
global.set_stage_input_region(rects);
|
||||
if (!Meta.is_wayland_compositor())
|
||||
global.set_stage_input_region(rects);
|
||||
this._isPopupWindowVisible = isPopupMenuVisible;
|
||||
|
||||
let workspaceManager = global.workspace_manager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue