summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-shell-surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-shell-surface.h')
-rw-r--r--src/wayland/meta-wayland-shell-surface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland/meta-wayland-shell-surface.h b/src/wayland/meta-wayland-shell-surface.h
index fbed72908..39a5e4a50 100644
--- a/src/wayland/meta-wayland-shell-surface.h
+++ b/src/wayland/meta-wayland-shell-surface.h
@@ -64,6 +64,10 @@ void meta_wayland_shell_surface_managed (MetaWaylandShellSurface *shell_surface,
void meta_wayland_shell_surface_calculate_geometry (MetaWaylandShellSurface *shell_surface,
MetaRectangle *out_geometry);
+void meta_wayland_shell_surface_determine_geometry (MetaWaylandShellSurface *shell_surface,
+ MetaRectangle *set_geometry,
+ MetaRectangle *out_geometry);
+
void meta_wayland_shell_surface_set_window (MetaWaylandShellSurface *shell_surface,
MetaWindow *window);