summaryrefslogtreecommitdiff
path: root/include/river-private.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-06-09 20:27:00 +0200
committerkotontrion <[email protected]>2024-06-09 20:27:00 +0200
commit29b1060c6fc2614dcbfe6edc177944a31f4decd6 (patch)
tree5e0b0305206f6499edeffe5152267e4ad96b88b0 /include/river-private.h
initial commit
Diffstat (limited to 'include/river-private.h')
-rw-r--r--include/river-private.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/river-private.h b/include/river-private.h
new file mode 100644
index 0000000..1b94495
--- /dev/null
+++ b/include/river-private.h
@@ -0,0 +1,20 @@
+#ifndef ASTAL_RIVER_OUTPUT_PRIVATE_H
+#define ASTAL_RIVER_OUTPUT_PRIVATE_H
+
+#include "river.h"
+#include "river-status-unstable-v1-client.h"
+#include <wayland-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, gchar* focused_view);
+
+G_END_DECLS
+
+#endif // !ASTAL_RIVER_OUTPUT_PRIVATE_H