fix outdated comment in wlr_output.h

This commit is contained in:
MaxVerevkin 2024-01-07 00:03:27 +02:00
parent a0b1329ee6
commit 48721bca65
1 changed files with 1 additions and 1 deletions

View File

@ -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;