This commit is contained in:
Dana Jansens 2003-08-14 05:59:40 +00:00
parent 237a12749f
commit 1ac6426abd

View 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;