[gnome] Update extensions

This commit is contained in:
2024-10-31 10:19:02 -04:00
parent 851ec4a772
commit 6d1e6d1132
238 changed files with 8705 additions and 4185 deletions

View File

@ -3,7 +3,7 @@
/**
* @type {{_display(): Meta_Display, number_of_displays(): int}}
*/
var DisplayApi = {
export const DisplayApi = {
/**
* Returns the Wayland display or screen
*
@ -36,5 +36,3 @@ var DisplayApi = {
this._display().set_cursor(cursor);
},
};
export {DisplayApi};