all repos — openbox @ a3710c960115562bf436442d7e58feb887f744cb

openbox fork - make it a bit more like ryudo

ft was uninitialized
Dana Jansens danakj@orodu.net
commit

a3710c960115562bf436442d7e58feb887f744cb

parent

de42161ea744c9d4917816c97a7807f196663e89

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/focus.copenbox/focus.c

@@ -294,7 +294,7 @@ static ObClient *first = NULL;

static ObClient *t = NULL; static GList *order = NULL; GList *it, *start, *list; - ObClient *ft; + ObClient *ft = NULL; if (cancel) { if (focus_cycle_target)