X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.h;h=107aafd11fca3bc36e3fdb5862e7f740446d78de;hb=97de73776708d7c75b42c8fcf33342541d721c83;hp=1bcd66cc2d3cf88b6418bbf30d9a8d2f7fe190b7;hpb=198d98986bdf224ed29361541d19841339953088;p=chaz%2Fopenbox diff --git a/openbox/prompt.h b/openbox/prompt.h index 1bcd66cc..107aafd1 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);