diff options
author | kotontrion <[email protected]> | 2025-03-05 14:54:23 +0100 |
---|---|---|
committer | noname <[email protected]> | 2025-04-25 01:19:20 +1000 |
commit | dcbe03a985ad4ecb90e57323efe96dd818957b27 (patch) | |
tree | 1377a5c46e641db242c95cc2774d2cd719cd7de5 /lib/river/include/river-private.h | |
parent | 8c8578c2090e460b74dc04c2000eaaf6adc13d7c (diff) |
AstalRiver: add wl_output properties.
Diffstat (limited to 'lib/river/include/river-private.h')
-rw-r--r-- | lib/river/include/river-private.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/river/include/river-private.h b/lib/river/include/river-private.h index 8b5292c..61ac0fe 100644 --- a/lib/river/include/river-private.h +++ b/lib/river/include/river-private.h @@ -4,16 +4,15 @@ #include <wayland-client.h> #include "astal-river.h" -#include "river-status-unstable-v1-client.h" #include "river-control-unstable-v1-client.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 zriver_control_v1 *river_control, - struct wl_seat* seat, - struct wl_display *wl_display); + struct wl_seat *seat, 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); |