80 cols
authorDana Jansens <danakj@orodu.net>
Thu, 14 Aug 2003 05:59:40 +0000 (05:59 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 14 Aug 2003 05:59:40 +0000 (05:59 +0000)
openbox/stacking.c

index 863263d..1b3833b 100644 (file)
@@ -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;