X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fstacking.c;h=1b3833b40d700a5fc9ad7ade517ebb65ae672e06;hb=2c467b3f3df5631dcf32b31878c6ae8c73e0f2bf;hp=863263d21c781380ef238be3ad0509627fa25164;hpb=364dfe10ab3cb225dae100f81fe2684ce9f309c6;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;