summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-01 19:59:36 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-01 19:59:36 +1000
commit6ef14e99eec0d741104be3a1483b7e92de870c96 (patch)
treec4f26a5c400faaa30006d1b226d534486828442c /include/sway/tree/view.h
parentAllow clicking view decorations to focus view (diff)
downloadsway-6ef14e99eec0d741104be3a1483b7e92de870c96.tar.gz
sway-6ef14e99eec0d741104be3a1483b7e92de870c96.tar.zst
sway-6ef14e99eec0d741104be3a1483b7e92de870c96.zip
Restore view_update_position()
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 4395e94a..21127ab1 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -197,6 +197,8 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface);
197 197
198void view_unmap(struct sway_view *view); 198void view_unmap(struct sway_view *view);
199 199
200void view_update_position(struct sway_view *view, double ox, double oy);
201
200void view_update_size(struct sway_view *view, int width, int height); 202void view_update_size(struct sway_view *view, int width, int height);
201 203
202void view_child_init(struct sway_view_child *child, 204void view_child_init(struct sway_view_child *child,