summaryrefslogtreecommitdiff
path: root/river/include/river-private.h
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:23:02 +0200
committerAylur <[email protected]>2024-09-01 03:23:02 +0200
commit9573f14c3e6dbfadbf443936e8f6375c48bfa8c3 (patch)
tree03bdc71d7dc2dccb3d9cf6291997c155def2d455 /river/include/river-private.h
parent3390e65f317b3f3c0a612311f46db35bd6107234 (diff)
parent247ac06b867a20b4c30f3f374a88ebfd40165753 (diff)
merge river
Diffstat (limited to 'river/include/river-private.h')
-rw-r--r--river/include/river-private.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/river/include/river-private.h b/river/include/river-private.h
new file mode 100644
index 0000000..14cd1c5
--- /dev/null
+++ b/river/include/river-private.h
@@ -0,0 +1,20 @@
+#ifndef ASTAL_RIVER_OUTPUT_PRIVATE_H
+#define ASTAL_RIVER_OUTPUT_PRIVATE_H
+
+#include <wayland-client.h>
+
+#include "astal-river.h"
+#include "river-status-unstable-v1-client.h"
+
+G_BEGIN_DECLS
+
+AstalRiverOutput *astal_river_output_new(guint id, struct wl_output *wl_output,
+ struct zriver_status_manager_v1 *status_manager,
+ struct wl_display *wl_display);
+
+struct wl_output *astal_river_output_get_wl_output(AstalRiverOutput *self);
+void astal_river_output_set_focused_view(AstalRiverOutput *self, const gchar *focused_view);
+
+G_END_DECLS
+
+#endif // !ASTAL_RIVER_OUTPUT_PRIVATE_H