diff options
author | Tony Crisci <[email protected]> | 2018-03-29 23:08:59 -0400 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-03-29 23:08:59 -0400 |
commit | 92c58b1e63d41d48cfb487b04a2cb105c990bc4c (patch) | |
tree | 5a925aff530c83881d754c196aa18ac2898e61c3 /sway/tree/view.c | |
parent | 4c394a0e9ee04b46ed349f7b3ddf67c53719b3b6 (diff) |
rename container_for_each_descendent
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r-- | sway/tree/view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c index 20e657a2..d5325c31 100644 --- a/sway/tree/view.c +++ b/sway/tree/view.c @@ -45,7 +45,7 @@ void view_set_size(struct sway_view *view, int width, int height) { } } -// TODO make view coordinates +// TODO make view coordinates in layout coordinates void view_set_position(struct sway_view *view, double ox, double oy) { if (view->iface.set_position) { struct wlr_box box = { |