From 94140a4b359d5e570a8a886dc359d64f5fcaaf86 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 7 Jun 2007 04:22:56 +0000 Subject: get rid of client->transient_for. just client->parents and client->transient_for_group now. --- openbox/stacking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/stacking.c') diff --git a/openbox/stacking.c b/openbox/stacking.c index 0c7e38fd..4b01f45d 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -233,7 +233,7 @@ static void restack_windows(ObClient *selected, gboolean raise) wins = g_list_append(wins, selected); /* if selected window is transient for group then raise it above others */ - if (selected->transient_for == OB_TRAN_GROUP) { + if (selected->transient_for_group) { /* if it's modal, raise it above those also */ if (selected->modal) { wins = g_list_concat(wins, group_modals); -- cgit v1.2.3