Add wlr_output enable event

This commit is contained in:
emersion 2018-01-04 14:51:36 +01:00
parent 771263380c
commit d9ecfbaf32
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 4 additions and 0 deletions

View file

@ -64,6 +64,7 @@ struct wlr_output {
struct {
struct wl_signal frame;
struct wl_signal swap_buffers;
struct wl_signal enable;
struct wl_signal resolution;
struct wl_signal scale;
struct wl_signal transform;