diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-25 13:29:33 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-25 13:29:33 -0700 |
| commit | 59af9eebad0b4f7dc885d2fabc4f65e4cf64af35 (patch) | |
| tree | 3099d9e4b4f1b2491bfc0e93d9976e4e8161fd89 /include | |
| parent | 35e39440025b8b05e95b7f1befd3bd1722c110a1 (diff) | |
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); |
