summaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
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,
179 .damage = damage, 179 .damage = damage,
180 .alpha = 1.0f, 180 .alpha = 1.0f,
181 }; 181 };
182 output_drag_icons_for_each_surface(drag_icons, output, &data.root_geo, 182 output_drag_icons_for_each_surface(output, drag_icons,
183 render_surface_iterator, &data); 183 render_surface_iterator2, &data);
184} 184}
185 185
186static void render_rect(struct wlr_output *wlr_output, 186static void render_rect(struct wlr_output *wlr_output,