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