summaryrefslogtreecommitdiff
path: root/openbox/prompt.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-03-02 15:02:34 -0500
committerDana Jansens <danakj@orodu.net>2008-03-02 15:02:34 -0500
commitb8960827b76ad499170e8b5b9ae8bf202188f0b0 (patch)
tree7950958cdeb4dc9c7d7fd2f836c09e0ba5d925cf /openbox/prompt.h
parentffaac4a65043b6d4ea1e358d17f68f8c703db73d (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.h2
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