diff options
author | emersion <contact@emersion.fr> | 2019-03-09 23:12:27 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-11 09:19:57 -0600 |
commit | 8136605cfb72f2addc16c126519dd3a63e803ec2 (patch) | |
tree | 345fff29eb53b4cd731a45d29efd4c0e8646b64a /include/rootston | |
parent | d71ebde5457d23669d5bb4697f1ffb9b510020ee (diff) |
output-management-v1: support applying configuration
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h index 74b7e6eb..6b02d69f 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -61,6 +61,8 @@ void output_for_each_surface(struct roots_output *output, roots_surface_iterator_func_t iterator, void *user_data); void handle_new_output(struct wl_listener *listener, void *data); +void handle_output_manager_apply(struct wl_listener *listener, void *data); +void handle_output_manager_test(struct wl_listener *listener, void *data); struct roots_view; struct roots_drag_icon; |