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/prompt.h | |
| 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/prompt.h')
| -rw-r--r-- | openbox/prompt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prompt.h b/openbox/prompt.h index c24f0448..89d3d598 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -100,7 +100,7 @@ void prompt_ref(ObPrompt *self); void prompt_unref(ObPrompt *self); /*! Show the prompt. It will be centered within the given area rectangle */ -void prompt_show(ObPrompt *self, struct _ObClient *parent); +void prompt_show(ObPrompt *self, struct _ObClient *parent, gboolean modal); void prompt_hide(ObPrompt *self); gboolean prompt_key_event(ObPrompt *self, XEvent *e); |
