]> Dogcows Code - chaz/openbox/blobdiff - openbox/prompt.h
Merge branch 'backport' into work
[chaz/openbox] / openbox / prompt.h
index ef199907161776df42ef38f927c09a6e575a9e59..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,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;
This page took 0.022676 seconds and 4 git commands to generate.