80 cols
This commit is contained in:
parent
237a12749f
commit
1ac6426abd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue