mirror of
https://github.com/labwc/labwc.git
synced 2026-03-15 05:33:53 -04:00
include/common/scene-helpers: fix declaration/definition arg name difference
This commit is contained in:
parent
4c1e66f6c8
commit
0d0d1075cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
/* A variant of wlr_scene_output_commit() that respects wlr_output->pending */
|
||||||
bool lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output,
|
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 */
|
#endif /* LABWC_SCENE_HELPERS_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue