X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=1b3833b40d700a5fc9ad7ade517ebb65ae672e06;hb=1ac6426abdd36ee8fd441a4312582457f8031072;hp=863263d21c781380ef238be3ad0509627fa25164;hpb=237a12749f30287ee07420a62e71b442fe0bec15;p=chaz%2Fopenbox 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;