summaryrefslogtreecommitdiff
path: root/include/sway/view.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-02-25 17:23:36 -0500
committerDrew DeVault <[email protected]>2018-02-25 17:23:36 -0500
commit8ad26c8afd2aed460ea70088b0aa98f65bf21de7 (patch)
tree1b6dbcc5e7d9cdf88c56af6a1f3267bc0febf74b /include/sway/view.h
parent61c1c3e7afd431de08e037205c4849b5f485ff4f (diff)
Send surface enter/leave events
Diffstat (limited to 'include/sway/view.h')
-rw-r--r--include/sway/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index ac33e11a..b2886211 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -115,4 +115,6 @@ void view_set_activated(struct sway_view *view, bool activated);
void view_close(struct sway_view *view);
+void view_update_outputs(struct sway_view *view, const struct wlr_box *before);
+
#endif