diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/output.h | 1 |
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; |