raise all the windows with the transient
authorDana Jansens <danakj@orodu.net>
Mon, 15 Sep 2003 11:27:46 +0000 (11:27 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 15 Sep 2003 11:27:46 +0000 (11:27 +0000)
openbox/stacking.c

index 791414f..7b943e0 100644 (file)
@@ -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 {