summaryrefslogtreecommitdiff
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
authoremersion <[email protected]>2018-07-27 18:44:36 +0100
committeremersion <[email protected]>2018-07-29 14:33:26 +0100
commitdbf6dd0daec9e712a002c3e01accbd0fee769fac (patch)
tree21a9a3e7cae9818aa6b1876dc3fccf8d9a5f470c /sway/desktop/render.c
parentd2172bd331937ab406175a6b4c5a76db6f406fbe (diff)
wip: redesign output_drag_icons_for_each_surface iterator
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index 8eea19e0..1270b7cf 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -179,8 +179,8 @@ static void render_drag_icons(struct sway_output *output,
.damage = damage,
.alpha = 1.0f,
};
- output_drag_icons_for_each_surface(drag_icons, output, &data.root_geo,
- render_surface_iterator, &data);
+ output_drag_icons_for_each_surface(output, drag_icons,
+ render_surface_iterator2, &data);
}
static void render_rect(struct wlr_output *wlr_output,