Adapt to fixed Meta functions namespace
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3546>
This commit is contained in:
@ -1788,7 +1788,7 @@ export const Keyboard = GObject.registerClass({
|
||||
}
|
||||
|
||||
_animateShow() {
|
||||
Meta.disable_unredirect_for_display(global.display);
|
||||
global.compositor.disable_unredirect();
|
||||
|
||||
if (this._focusWindow)
|
||||
this._animateWindow(this._focusWindow, true);
|
||||
@ -1844,7 +1844,7 @@ export const Keyboard = GObject.registerClass({
|
||||
|
||||
_animateHideComplete() {
|
||||
Main.layoutManager.keyboardBox.hide();
|
||||
Meta.enable_unredirect_for_display(global.display);
|
||||
global.compositor.enable_unredirect();
|
||||
}
|
||||
|
||||
gestureProgress(delta) {
|
||||
|
Reference in New Issue
Block a user