aboutsummaryrefslogtreecommitdiff
path: root/sway/handlers.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-10 23:54:23 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-10 23:54:23 -0400
commit96d7ff1e19c1e6af47f21764ed613c5ebe53a557 (patch)
tree75566e3fb44600e63c1dbbec3f216425a57e70a6 /sway/handlers.h
parentdd115cece3490a2d1791880cd45fae4b274a123a (diff)
Slightly better multihead support
Diffstat (limited to 'sway/handlers.h')
-rw-r--r--sway/handlers.h1
1 files changed, 1 insertions, 0 deletions
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);