diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-29 04:21:02 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-29 04:21:02 +0100 |
| commit | 173b9b764887929b7ff5d30b3e33f0602b0afda6 (patch) | |
| tree | 8681b38cf6e1e4ac7ca4c7d535042263064490d8 /openbox/focus_cycle.c | |
| parent | 9d1bb266ee9e9be374944730f6e737f40393cd04 (diff) | |
| parent | 835b2de913cddcf545246d88a8a4e5d7d0028f8a (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/client.c
openbox/screen.c
Diffstat (limited to 'openbox/focus_cycle.c')
| -rw-r--r-- | openbox/focus_cycle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index dbf79c9a..4d793777 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -72,7 +72,6 @@ ObClient* focus_cycle(gboolean forward, gboolean all_desktops, gboolean showbar, ObFocusCyclePopupMode mode, gboolean done, gboolean cancel) { - static ObClient *t = NULL; static GList *order = NULL; GList *it, *start, *list; ObClient *ft = NULL; @@ -149,7 +148,6 @@ ObClient* focus_cycle(gboolean forward, gboolean all_desktops, done_cycle: if (done && !cancel) ret = focus_cycle_target; - t = NULL; focus_cycle_target = NULL; g_list_free(order); order = NULL; |
