diff options
author | emersion <contact@emersion.fr> | 2018-01-19 13:13:46 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-19 13:13:46 +0100 |
commit | a0f24b809e3b5f25885d44f8d2cfd9271ec1c506 (patch) | |
tree | 2b488c3054728d7b5f210aff42be1ad3dec2c119 /include/wlr | |
parent | 7f9f918b78f438c60f959b30d6111acdfa4dfc27 (diff) |
output: add damage event
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index bc05dfbf..2c28e82f 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -63,6 +63,7 @@ struct wlr_output { int32_t refresh; // mHz struct { + struct wl_signal damage; struct wl_signal frame; struct wl_signal swap_buffers; struct wl_signal enable; |