X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.h;h=13585740d8e1850209ca9ced5d82cbebd562ecfc;hb=677fb4264412007f6d830e5899c9b1fa41b4c95b;hp=ef199907161776df42ef38f927c09a6e575a9e59;hpb=9d9ca8d1cf76a63767aef4bd74f5caceaad5ff23;p=chaz%2Fopenbox diff --git a/openbox/prompt.h b/openbox/prompt.h index ef199907..13585740 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -21,7 +21,8 @@ #include "window.h" #include "geom.h" -#include "render/render.h" +#include "obrender/render.h" +#include "obt/keyboard.h" #include #include @@ -38,14 +39,16 @@ struct _ObPromptElement { gint x, y, width, height; gboolean pressed; + gboolean hover; gint result; }; struct _ObPrompt { - InternalWindow super; + ObInternalWindow super; gint ref; + ObtIC *ic; guint event_mask; /* keep a copy of this because we re-render things that may need it