mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
js: Get idle monitor from backend
Its ownership has moved from dangeling to owned by the backend, which has reflected the API is accessible by. Adapt to this change. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1838>
This commit is contained in:
parent
3c6fd75ab7
commit
08fb067d24
5 changed files with 7 additions and 7 deletions
|
|
@ -750,7 +750,7 @@ var ZoomRegion = class ZoomRegion {
|
|||
this._xCaret = 0;
|
||||
this._yCaret = 0;
|
||||
|
||||
this._pointerIdleMonitor = Meta.IdleMonitor.get_core();
|
||||
this._pointerIdleMonitor = global.backend.get_core_idle_monitor();
|
||||
this._scrollContentsTimerId = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue