From b8960827b76ad499170e8b5b9ae8bf202188f0b0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Mar 2008 15:02:34 -0500 Subject: make code to show a prompt when you just want to display and message and not do anything when the user presses the button --- openbox/prompt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/prompt.h') 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 -- cgit v1.2.3