output: add damage event

This commit is contained in:
emersion 2018-01-19 13:13:46 +01:00
parent 7f9f918b78
commit a0f24b809e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 6 additions and 3 deletions

View file

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