diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 15:02:34 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 15:02:34 -0500 |
| commit | b8960827b76ad499170e8b5b9ae8bf202188f0b0 (patch) | |
| tree | 7950958cdeb4dc9c7d7fd2f836c09e0ba5d925cf /openbox/prompt.h | |
| parent | ffaac4a65043b6d4ea1e358d17f68f8c703db73d (diff) | |
make code to show a prompt when you just want to display and message and not do anything when the user presses the button
Diffstat (limited to 'openbox/prompt.h')
| -rw-r--r-- | openbox/prompt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/prompt.h b/openbox/prompt.h index 89d3d598..c4558ad2 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -107,4 +107,6 @@ gboolean prompt_key_event(ObPrompt *self, XEvent *e); gboolean prompt_mouse_event(ObPrompt *self, XEvent *e); void prompt_cancel(ObPrompt *self); +void prompt_show_message(const gchar *msg, const gchar *answer); + #endif |
