ft was uninitialized
This commit is contained in:
parent
de42161ea7
commit
a3710c9601
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ void focus_cycle(gboolean forward, gboolean linear,
|
|||
static ObClient *t = NULL;
|
||||
static GList *order = NULL;
|
||||
GList *it, *start, *list;
|
||||
ObClient *ft;
|
||||
ObClient *ft = NULL;
|
||||
|
||||
if (cancel) {
|
||||
if (focus_cycle_target)
|
||||
|
|
Loading…
Reference in a new issue