summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 51f62079..eec3fd7c 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -1,6 +1,8 @@
#ifndef __openbox_h
#define __openbox_h
+#include "render/render.h"
+
#ifdef USE_LIBSN
# define SN_API_NOT_YET_FROZEN
# include <libsn/sn.h>
@@ -9,6 +11,8 @@
#include <glib.h>
#include <X11/Xlib.h>
+extern RrInstance *ob_rr_inst;
+
/*! The X display */
extern Display *ob_display;