X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=7b943e0bbb0dd1533933e55e15d794a9ab0e6589;hb=dbd3e9b6b2b452e853a17352560b5a4b4c568e84;hp=cebbfc9fd72d0f3efa091b535afd20611e0ed674;hpb=1ce84062b4f84634c925a7ae2b729ba05b7c02ec;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index cebbfc9f..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 = 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 {