From 96d7ff1e19c1e6af47f21764ed613c5ebe53a557 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 10 Aug 2015 23:54:23 -0400 Subject: Slightly better multihead support --- sway/handlers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/handlers.h') diff --git a/sway/handlers.h b/sway/handlers.h index 331be725..9792b6d7 100644 --- a/sway/handlers.h +++ b/sway/handlers.h @@ -7,6 +7,7 @@ bool handle_output_created(wlc_handle output); void handle_output_destroyed(wlc_handle output); void handle_output_resolution_change(wlc_handle output, const struct wlc_size *from, const struct wlc_size *to); +void handle_output_focused(wlc_handle output, bool focus); bool handle_view_created(wlc_handle view); void handle_view_destroyed(wlc_handle view); -- cgit v1.2.3