diff options
author | MaxVerevkin <maxxverrr@gmail.com> | 2024-01-07 00:03:27 +0200 |
---|---|---|
committer | MaxVerevkin <maxxverrr@gmail.com> | 2024-01-07 00:03:27 +0200 |
commit | 48721bca656556606275a5e776066a2f00822e92 (patch) | |
tree | 95bbfe35884a053e74ec75f48024e8dc8f3278fe /include/wlr | |
parent | a0b1329ee6cce22aca0c9b064fe9c136cc05d630 (diff) |
fix outdated comment in wlr_output.h
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 4ce23f7d..55182ae5 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -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; |