X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=791414ffac8af761021f32589eb652967e2b0d20;hb=d20fecf5766e17f5c6a18ce50b61383fc3690030;hp=3fa21ded17bb81b0fd51a4132fb91cc38186c7b6;hpb=7120face258ee4bd71fb19ded271665acde6465c;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index 3fa21ded..791414ff 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -210,6 +210,7 @@ static GList *pick_windows(ObClient *top, ObClient *selected, gboolean raise) return ret; } +#if 0 static GList *pick_group_windows(ObClient *top, ObClient *selected, gboolean raise) { @@ -238,6 +239,7 @@ static GList *pick_group_windows(ObClient *top, ObClient *selected, } return ret; } +#endif void stacking_raise(ObWindow *window) {