mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-16 06:59:44 -05:00
fix outdated comment in wlr_output.h
(cherry picked from commit 48721bca65)
This commit is contained in:
parent
f2ef71a83b
commit
4414321897
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue