]> Dogcows Code - chaz/openbox/blobdiff - openbox/prompt.h
Merge branch 'backport' into work
[chaz/openbox] / openbox / prompt.h
index d07793a9a1ed2d805e20f17f6963ff9d9d493b4f..3c46c3097e844b8d8c0f30710beb61514b81a077 100644 (file)
@@ -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,6 +38,7 @@ struct _ObPromptElement {
 
     gint x, y, width, height;
     gboolean pressed;
+    gboolean hover;
     gint result;
 };
 
This page took 0.024851 seconds and 4 git commands to generate.