diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-17 02:48:16 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-17 02:48:16 +0200 |
| commit | 77baf26a7f2f64ddf1274035fd4991ab17345904 (patch) | |
| tree | 1b7719e8dd6785bbedca505c53ce3cfcf398fff0 /openbox/focus_cycle.c | |
| parent | e5a797f10d61e33f5d02c2d276f615ea3a00793f (diff) | |
remove trailing whitespace
Diffstat (limited to 'openbox/focus_cycle.c')
| -rw-r--r-- | openbox/focus_cycle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index 02510c4d..85cdf480 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -165,7 +165,7 @@ done_cycle: /* this be mostly ripped from fvwm */ static ObClient *focus_find_directional(ObClient *c, ObDirection dir, gboolean dock_windows, - gboolean desktop_windows) + gboolean desktop_windows) { gint my_cx, my_cy, his_cx, his_cy; gint offset = 0; @@ -302,7 +302,7 @@ ObClient* focus_directional_cycle(ObDirection dir, gboolean dock_windows, focus_cycle_desktop_windows)) ft = it->data; } - + if (ft && ft != focus_cycle_target) {/* prevents flicker */ focus_cycle_target = ft; if (!interactive) |
