aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-05-01 19:59:36 +1000
committerDrew DeVault <sir@cmpwn.com>2018-05-01 07:46:57 -0400
commit83952c52019ceee95e9293398bdc5f723db773eb (patch)
tree5e922911c47af879ccb86c62f6ab2c472f9e5d61 /include/sway/tree/view.h
parent55577498c0b9b3e330351f14704c4bbb0ea10dff (diff)
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);
void view_unmap(struct sway_view *view);
+void view_update_position(struct sway_view *view, double ox, double oy);
+
void view_update_size(struct sway_view *view, int width, int height);
void view_child_init(struct sway_view_child *child,