X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.h;h=107aafd11fca3bc36e3fdb5862e7f740446d78de;hb=7e47a57027e043d4fe908d5f0acb7882d4f9330f;hp=c24f044898eaca684757195e15b881dacaaf5620;hpb=d714bb5708bb8b99d71803404af7af01029c5553;p=chaz%2Fopenbox diff --git a/openbox/prompt.h b/openbox/prompt.h index c24f0448..107aafd1 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -42,7 +42,7 @@ struct _ObPromptElement { struct _ObPrompt { - InternalWindow super; + ObInternalWindow super; gint ref; guint event_mask; @@ -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);