Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions tiling-assistant@leleat-on-github/src/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* *and* prefs files
*/

import { Meta } from './dependencies/gi.js';

/**
* A Singleton providing access to the settings.
*/
Expand Down Expand Up @@ -323,8 +321,3 @@ var LayoutItem = class LayoutItem {
this.loopType = null;
}
};

export function is_wayland_compositor() {
return Meta.is_wayland_compositor === undefined ||
Meta.is_wayland_compositor();
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export {
gettext as _
} from 'resource:///org/gnome/shell/extensions/extension.js';

export * as Config from 'resource:///org/gnome/shell/misc/config.js';
export * as AppFavorites from 'resource:///org/gnome/shell/ui/appFavorites.js';
export * as AltTab from 'resource:///org/gnome/shell/ui/altTab.js';
export * as Main from 'resource:///org/gnome/shell/ui/main.js';
Expand Down
Loading