mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
output-power-management-v1: listen to output commit
This commit is contained in:
parent
c674241ec0
commit
b0144c7ded
2 changed files with 12 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue