summaryrefslogtreecommitdiff
path: root/include/sway/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/surface.h')
-rw-r--r--include/sway/surface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/surface.h b/include/sway/surface.h
index fb1cd775..a7a8ec3f 100644
--- a/include/sway/surface.h
+++ b/include/sway/surface.h
@@ -15,4 +15,10 @@ struct sway_surface {
struct wl_event_source *frame_done_timer;
};
+void surface_update_outputs(struct wlr_surface *surface);
+void surface_enter_output(struct wlr_surface *surface,
+ struct sway_output *output);
+void surface_leave_output(struct wlr_surface *surface,
+ struct sway_output *output);
+
#endif