X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.h;fp=openbox%2Fprompt.h;h=89d3d598d8bf5334967e0fe4614756c433e38f69;hb=cd4f325ee7a3a64eb986931a0575e5f1c3c587c3;hp=c24f044898eaca684757195e15b881dacaaf5620;hpb=c49c2a8e408f7482f2b977d6cf97517684476ed7;p=chaz%2Fopenbox 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);