diff options
| author | taiyu <taiyu.len@gmail.com> | 2015-08-25 13:29:33 -0700 |
|---|---|---|
| committer | taiyu <taiyu.len@gmail.com> | 2015-08-25 13:29:33 -0700 |
| commit | 225c2fbe5b9219fd848c2d6d11cadef9ef1b42f0 (patch) | |
| tree | 3099d9e4b4f1b2491bfc0e93d9976e4e8161fd89 /include | |
| parent | 0bf380a0b1a83f49e2e33066ab6504d308dcec89 (diff) | |
| download | sway-225c2fbe5b9219fd848c2d6d11cadef9ef1b42f0.tar.xz | |
fixed segfault on exit + a little fixup of that floatfocus pr
Diffstat (limited to 'include')
| -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); |
