diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-14 05:59:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-14 05:59:40 +0000 |
| commit | 1ac6426abdd36ee8fd441a4312582457f8031072 (patch) | |
| tree | beb34ee51eef2b5acb4c083a4a2b60e6079574c6 /openbox/stacking.c | |
| parent | 237a12749f30287ee07420a62e71b442fe0bec15 (diff) | |
80 cols
Diffstat (limited to 'openbox/stacking.c')
| -rw-r--r-- | openbox/stacking.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c index 863263d2..1b3833b4 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -205,7 +205,8 @@ static GList *pick_windows(ObClient *top, ObClient *selected, gboolean raise) return ret; } -static GList *pick_group_windows(ObClient *top, ObClient *selected, gboolean raise) +static GList *pick_group_windows(ObClient *top, ObClient *selected, + gboolean raise) { GList *ret = NULL; GList *it, *next, *prev; |
