X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=7b943e0bbb0dd1533933e55e15d794a9ab0e6589;hb=c1b2fc5324522f74a14a5cfa210c95e1509a6e7f;hp=791414ffac8af761021f32589eb652967e2b0d20;hpb=02045b14d62bca513bd81d11ca1ae8623edda105;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index 791414ff..7b943e0b 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -249,7 +249,7 @@ void stacking_raise(ObWindow *window) ObClient *c; ObClient *selected; selected = WINDOW_AS_CLIENT(window); - c = client_search_top_transient(selected); + c = client_search_top_transient(selected); /*/ c = selected; */ wins = pick_windows(c, selected, TRUE); /*wins = g_list_concat(wins, pick_group_windows(c, selected, TRUE));*/ } else {