From cd4f325ee7a3a64eb986931a0575e5f1c3c587c3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Feb 2008 10:38:14 -0500 Subject: Let ObPrompts be modal dialogs, and when they are transient for a window, make it transient for its entire group, so it can be stacked at the highest level above other transients --- openbox/prop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/prop.c') diff --git a/openbox/prop.c b/openbox/prop.c index 695e441f..5dc4a2fa 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -51,6 +51,7 @@ void prop_startup(void) CREATE(wm_client_machine, "WM_CLIENT_MACHINE"); CREATE(wm_command, "WM_COMMAND"); CREATE(wm_client_leader, "WM_CLIENT_LEADER"); + CREATE(wm_transient_for, "WM_TRANSIENT_FOR"); CREATE(motif_wm_hints, "_MOTIF_WM_HINTS"); CREATE(sm_client_id, "SM_CLIENT_ID"); -- cgit v1.2.3