From 7633e4f1ad0b9336c661086747013a30d52df25f Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 18 Feb 2025 12:38:44 -0500 Subject: output: Expose output_configure_scene to header --- include/sway/output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/sway/output.h b/include/sway/output.h index 4584ea45..f6354e0e 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -91,6 +91,9 @@ struct sway_output *output_from_wlr_output(struct wlr_output *output); struct sway_output *output_get_in_direction(struct sway_output *reference, enum wlr_direction direction); +void output_configure_scene(struct sway_output *output, + struct wlr_scene_node *node, float opacity); + void output_add_workspace(struct sway_output *output, struct sway_workspace *workspace); -- cgit v1.2.3