diff options
Diffstat (limited to 'openbox/prompt.h')
| -rw-r--r-- | openbox/prompt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/prompt.h b/openbox/prompt.h index ef199907..3c46c309 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -21,7 +21,7 @@ #include "window.h" #include "geom.h" -#include "render/render.h" +#include "obrender/render.h" #include <glib.h> #include <X11/Xlib.h> @@ -38,12 +38,13 @@ struct _ObPromptElement { gint x, y, width, height; gboolean pressed; + gboolean hover; gint result; }; struct _ObPrompt { - InternalWindow super; + ObInternalWindow super; gint ref; guint event_mask; |
