aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/types/windowControlsOverlay.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/types/windowControlsOverlay.d.ts')
-rw-r--r--subprojects/frontend/types/windowControlsOverlay.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/subprojects/frontend/types/windowControlsOverlay.d.ts b/subprojects/frontend/types/windowControlsOverlay.d.ts
index d8f3182f..2513d620 100644
--- a/subprojects/frontend/types/windowControlsOverlay.d.ts
+++ b/subprojects/frontend/types/windowControlsOverlay.d.ts
@@ -1,3 +1,9 @@
1/*
2 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
3 *
4 * SPDX-License-Identifier: EPL-2.0
5 */
6
1interface WindowControlsOverlayGeometryChangeEvent extends Event { 7interface WindowControlsOverlayGeometryChangeEvent extends Event {
2 titlebarAreaRect: DOMRect; 8 titlebarAreaRect: DOMRect;
3 9