summaryrefslogtreecommitdiff
path: root/openbox/prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/prompt.h')
-rw-r--r--openbox/prompt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/prompt.h b/openbox/prompt.h
index ef199907..0d7cfef8 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>
@@ -43,7 +43,7 @@ struct _ObPromptElement {
struct _ObPrompt
{
- InternalWindow super;
+ ObInternalWindow super;
gint ref;
guint event_mask;