aboutsummaryrefslogtreecommitdiff
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index ae9a9fc5..d5eb27c1 100644
--- a/include/container.h
+++ b/include/container.h
@@ -98,6 +98,8 @@ swayc_t *swayc_by_name(const char *name);
swayc_t *swayc_active_output(void);
swayc_t *swayc_active_workspace(void);
swayc_t *swayc_active_workspace_for(swayc_t *view);
+// set focus to current pointer location and return focused container
+swayc_t *container_under_pointer(void);
// Container information