From b3a5effef2be30c21d5a5cd7e60c9134af4948eb Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Mon, 20 May 2019 23:47:05 +0200 Subject: Implement wlr-output-management-v1 --- include/sway/output.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/sway/output.h') 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); enum wlr_direction opposite_direction(enum wlr_direction d); +void handle_output_manager_apply(struct wl_listener *listener, void *data); + +void handle_output_manager_test(struct wl_listener *listener, void *data); + #endif -- cgit v1.2.3-54-g00ecf