aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-04 14:51:36 +0100
committeremersion <contact@emersion.fr>2018-01-04 14:51:36 +0100
commitd9ecfbaf325f66b15d60d0f8c4fe08a939cb6576 (patch)
treee9bef61d0ca1bec14d331461b188464fa8f3fbf9 /include
parent771263380c3b3b4b412964b0fe53619aa7c580e2 (diff)
Add wlr_output enable event
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h
index e7491704..a726c4c8 100644
--- a/include/wlr/types/wlr_output.h
+++ b/include/wlr/types/wlr_output.h
@@ -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;