aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Josef Gajdusek <atx@atx.name>2019-05-20 23:47:05 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2019-05-24 18:59:14 +0300
commitb3a5effef2be30c21d5a5cd7e60c9134af4948eb (patch)
tree22fd37fe1a67150f4978a3e8f1d21614655039c8 /include/sway/output.h
parentcommands/bar: fix mode and hidden_state at runtime (diff)
downloadsway-b3a5effef2be30c21d5a5cd7e60c9134af4948eb.tar.gz
sway-b3a5effef2be30c21d5a5cd7e60c9134af4948eb.tar.zst
sway-b3a5effef2be30c21d5a5cd7e60c9134af4948eb.zip
Implement wlr-output-management-v1
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index d4438c0e..3d430ea2 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -154,4 +154,8 @@ void scale_box(struct wlr_box *box, float scale);
154 154
155enum wlr_direction opposite_direction(enum wlr_direction d); 155enum wlr_direction opposite_direction(enum wlr_direction d);
156 156
157void handle_output_manager_apply(struct wl_listener *listener, void *data);
158
159void handle_output_manager_test(struct wl_listener *listener, void *data);
160
157#endif 161#endif