aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-03-08 17:11:19 +0100
committerDrew DeVault <sir@cmpwn.com>2019-04-11 09:19:57 -0600
commitee77a65fe38e2e11a73635f79e7ed8b641771644 (patch)
tree6b30e4681c2f7c6ae49e89dba6c6a1a6b982cf7a /include
parentef68d7d4d129582a49c0040cb7ddaf36637fe24d (diff)
rootston: update output-management-v1 state when output is modeset
Diffstat (limited to 'include')
-rw-r--r--include/rootston/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h
index 687df3ac..74b7e6eb 100644
--- a/include/rootston/output.h
+++ b/include/rootston/output.h
@@ -22,6 +22,7 @@ struct roots_output {
struct wlr_box usable_area;
struct wl_listener destroy;
+ struct wl_listener enable;
struct wl_listener mode;
struct wl_listener transform;
struct wl_listener present;