]> Dogcows Code - chaz/openbox/blobdiff - openbox/prompt.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / prompt.h
index 0d7cfef8bb8a2d8c3aba510f08d3d2172932275b..13585740d8e1850209ca9ced5d82cbebd562ecfc 100644 (file)
@@ -22,6 +22,7 @@
 #include "window.h"
 #include "geom.h"
 #include "obrender/render.h"
+#include "obt/keyboard.h"
 #include <glib.h>
 #include <X11/Xlib.h>
 
@@ -38,6 +39,7 @@ struct _ObPromptElement {
 
     gint x, y, width, height;
     gboolean pressed;
+    gboolean hover;
     gint result;
 };
 
@@ -46,6 +48,7 @@ struct _ObPrompt
     ObInternalWindow super;
     gint ref;
 
+    ObtIC *ic;
     guint event_mask;
 
     /* keep a copy of this because we re-render things that may need it
This page took 0.021899 seconds and 4 git commands to generate.