diff options
author | Simon Ser <contact@emersion.fr> | 2020-07-02 17:29:16 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-08-27 13:54:19 -0600 |
commit | b0144c7ded2b655085eb8e7e9b64908dc9420d60 (patch) | |
tree | 52e69d60aa6ec35e381c9474db3e0e7c02f65fd9 /include/wlr | |
parent | c674241ec0d96a4df42eda00da2894f3e5972710 (diff) |
output-power-management-v1: listen to output commit
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output_power_management_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output_power_management_v1.h b/include/wlr/types/wlr_output_power_management_v1.h index 2ceb8600..23ce814a 100644 --- a/include/wlr/types/wlr_output_power_management_v1.h +++ b/include/wlr/types/wlr_output_power_management_v1.h @@ -25,7 +25,7 @@ struct wlr_output_power_v1 { struct wl_list link; struct wl_listener output_destroy_listener; - struct wl_listener output_enable_listener; + struct wl_listener output_commit_listener; void *data; }; |