fix outdated comment in wlr_output.h

(cherry picked from commit 48721bca65)
This commit is contained in:
MaxVerevkin 2024-01-07 00:03:27 +02:00 committed by Simon Zeni
parent f2ef71a83b
commit 4414321897

View file

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