From 36e810d4f452c352caa6303d877f47047c701fe7 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 26 Sep 2024 09:52:28 +0200 Subject: river: make focused-tags property writable --- lib/river/include/river-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/river/include/river-private.h') diff --git a/lib/river/include/river-private.h b/lib/river/include/river-private.h index 14cd1c5..8b5292c 100644 --- a/lib/river/include/river-private.h +++ b/lib/river/include/river-private.h @@ -5,11 +5,14 @@ #include "astal-river.h" #include "river-status-unstable-v1-client.h" +#include "river-control-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 zriver_control_v1 *river_control, + struct wl_seat* seat, struct wl_display *wl_display); struct wl_output *astal_river_output_get_wl_output(AstalRiverOutput *self); -- cgit v1.2.3