From 48721bca656556606275a5e776066a2f00822e92 Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Sun, 7 Jan 2024 00:03:27 +0200 Subject: [PATCH] fix outdated comment in wlr_output.h --- include/wlr/types/wlr_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 4ce23f7d..55182ae5 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -180,7 +180,7 @@ struct wlr_output { // Emitted after a client bound the wl_output global struct wl_signal bind; // struct wlr_output_event_bind struct wl_signal description; - struct wl_signal request_state; // struct wlr_output_state + struct wl_signal request_state; // struct wlr_output_event_request_state struct wl_signal destroy; } events;