summaryrefslogtreecommitdiffstats
path: root/include/sway/view.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-02-25 17:23:36 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-02-25 17:23:36 -0500
commit8ad26c8afd2aed460ea70088b0aa98f65bf21de7 (patch)
tree1b6dbcc5e7d9cdf88c56af6a1f3267bc0febf74b /include/sway/view.h
parentUse focus for new windows xwayland/wl_shell (diff)
downloadsway-8ad26c8afd2aed460ea70088b0aa98f65bf21de7.tar.gz
sway-8ad26c8afd2aed460ea70088b0aa98f65bf21de7.tar.zst
sway-8ad26c8afd2aed460ea70088b0aa98f65bf21de7.zip
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);
115 115
116void view_close(struct sway_view *view); 116void view_close(struct sway_view *view);
117 117
118void view_update_outputs(struct sway_view *view, const struct wlr_box *before);
119
118#endif 120#endif