From 441432189745db8422a7621726f13f7bafb61e98 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 (cherry picked from commit 48721bca656556606275a5e776066a2f00822e92) --- 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 28a5ebcbf..9de8dffba 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -182,7 +182,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;