]> git.mdlowis.com Git - proto/labwc.git/commitdiff
include/common/scene-helpers: fix declaration/definition arg name difference
authorJohan Malm <jgm323@gmail.com>
Wed, 1 Oct 2025 19:48:45 +0000 (20:48 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 1 Oct 2025 20:18:44 +0000 (21:18 +0100)
include/common/scene-helpers.h

index 021d3b16f1660e1e6a1a6899aa75b2f14a74b22c..453052fb2b2f1a8041a5a85dfa8b132bd7c17466 100644 (file)
@@ -20,6 +20,6 @@ struct wlr_scene_node *lab_wlr_scene_get_prev_node(struct wlr_scene_node *node);
 
 /* A variant of wlr_scene_output_commit() that respects wlr_output->pending */
 bool lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output,
-       struct wlr_output_state *output_state);
+       struct wlr_output_state *state);
 
 #endif /* LABWC_SCENE_HELPERS_H */