diff options
author | Drew DeVault <[email protected]> | 2015-10-29 17:52:16 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-10-29 17:52:16 -0400 |
commit | ca5a2a387c97914d97929b09113359c45ba23279 (patch) | |
tree | c702c4a176e4e78b295c14c6d457296fcf094527 /include/container.h | |
parent | ad1cd0a3bd2111041a38c920d1c10a5e5534b275 (diff) | |
parent | 515ed86f4d8106d4396d5b8056fdf5600e606458 (diff) |
Merge pull request #212 from sce/mouse_warping
Learn mouse_warping
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 2 |
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 |