From 225c2fbe5b9219fd848c2d6d11cadef9ef1b42f0 Mon Sep 17 00:00:00 2001 From: taiyu Date: Tue, 25 Aug 2015 13:29:33 -0700 Subject: fixed segfault on exit + a little fixup of that floatfocus pr --- include/focus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/focus.h') 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); -- cgit v1.2.3-54-g00ecf