summaryrefslogtreecommitdiffstats
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);
98swayc_t *swayc_active_output(void); 98swayc_t *swayc_active_output(void);
99swayc_t *swayc_active_workspace(void); 99swayc_t *swayc_active_workspace(void);
100swayc_t *swayc_active_workspace_for(swayc_t *view); 100swayc_t *swayc_active_workspace_for(swayc_t *view);
101// set focus to current pointer location and return focused container
102swayc_t *container_under_pointer(void);
101 103
102// Container information 104// Container information
103 105