aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_foreign_toplevel_management_v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_foreign_toplevel_management_v1.c b/types/wlr_foreign_toplevel_management_v1.c
index c6fea5b7..46c1ae71 100644
--- a/types/wlr_foreign_toplevel_management_v1.c
+++ b/types/wlr_foreign_toplevel_management_v1.c
@@ -266,7 +266,7 @@ static void toplevel_handle_output_bind(struct wl_listener *listener,
struct wl_resource *resource;
wl_resource_for_each(resource, &toplevel_output->toplevel->resources) {
if (wl_resource_get_client(resource) == client) {
- send_output_to_resource(resource, toplevel_output->output, true);
+ send_output_to_resource(resource, toplevel_output->output, true);
}
}