mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
rename container_for_each_descendent
This commit is contained in:
parent
4c394a0e9e
commit
92c58b1e63
6 changed files with 8 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue