diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-25 16:39:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-25 16:39:16 -0400 |
commit | 77dcf70a9b9037f7582718c37b4dff04324d8c7a (patch) | |
tree | 3099d9e4b4f1b2491bfc0e93d9976e4e8161fd89 /include/focus.h | |
parent | 0bf380a0b1a83f49e2e33066ab6504d308dcec89 (diff) | |
parent | 225c2fbe5b9219fd848c2d6d11cadef9ef1b42f0 (diff) |
Merge pull request #132 from taiyu-len/master
fixed segfault on exit + a little fixup of that floatfocus pr
Diffstat (limited to 'include/focus.h')
-rw-r--r-- | include/focus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/focus.h b/include/focus.h index 383993fa..1ab63a6c 100644 --- a/include/focus.h +++ b/include/focus.h @@ -19,6 +19,7 @@ enum movement_direction { swayc_t *get_focused_container(swayc_t *parent); swayc_t *get_focused_view(swayc_t *parent); +swayc_t *get_focused_float(swayc_t *ws); void set_focused_container(swayc_t *container); void set_focused_container_for(swayc_t *ancestor, swayc_t *container); |