rename container_for_each_descendent

This commit is contained in:
Tony Crisci 2018-03-29 23:08:59 -04:00
parent 4c394a0e9e
commit 92c58b1e63
6 changed files with 8 additions and 8 deletions

View file

@ -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 = {