summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2025-02-18 12:38:44 -0500
committerKenny Levinsen <kl@kl.wtf>2025-02-25 11:11:22 +0100
commit38005bd85461d1e65295aacbf7f4d00e54295032 (patch)
treeeab72b3a0ece0d45fa63ae4fcc4cfe97e18201ed /include
parent10e50e6bf9b63b205c141f97a5709fd4d405542f (diff)
output: Expose output_configure_scene to header
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h3
1 files changed, 3 insertions, 0 deletions
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);