diff options
Diffstat (limited to 'lib/river/include/river-private.h')
-rw-r--r-- | lib/river/include/river-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |