diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-22 10:38:14 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-22 10:38:14 -0500 |
| commit | cd4f325ee7a3a64eb986931a0575e5f1c3c587c3 (patch) | |
| tree | 25889c9d96e13e829f8f1600c7da5d9adbc26d5c /openbox/prop.c | |
| parent | c49c2a8e408f7482f2b977d6cf97517684476ed7 (diff) | |
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
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |
