output-power-management-v1: listen to output commit

This commit is contained in:
Simon Ser 2020-07-02 17:29:16 +02:00 committed by Drew DeVault
parent c674241ec0
commit b0144c7ded
2 changed files with 12 additions and 9 deletions

View file

@ -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;
};