mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-24 13:45:58 +01: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…
Reference in a new issue