From 3e3f045d650a839d21f7b649da7aa5c19bd2e38b Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 14:17:36 +0200 Subject: monorepo structuring --- river/include/river-private.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 river/include/river-private.h (limited to 'river/include/river-private.h') diff --git a/river/include/river-private.h b/river/include/river-private.h deleted file mode 100644 index 14cd1c5..0000000 --- a/river/include/river-private.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef ASTAL_RIVER_OUTPUT_PRIVATE_H -#define ASTAL_RIVER_OUTPUT_PRIVATE_H - -#include - -#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 -- cgit v1.2.3