mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-03 07:17:06 -04:00
fix outdated comment in wlr_output.h
This commit is contained in:
parent
a0b1329ee6
commit
48721bca65
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ struct wlr_output {
|
||||||
// Emitted after a client bound the wl_output global
|
// Emitted after a client bound the wl_output global
|
||||||
struct wl_signal bind; // struct wlr_output_event_bind
|
struct wl_signal bind; // struct wlr_output_event_bind
|
||||||
struct wl_signal description;
|
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;
|
struct wl_signal destroy;
|
||||||
} events;
|
} events;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue