aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/surface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/surface.h b/include/sway/surface.h
index fb1cd775..50681897 100644
--- a/include/sway/surface.h
+++ b/include/sway/surface.h
@@ -15,4 +15,9 @@ struct sway_surface {
struct wl_event_source *frame_done_timer;
};
+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