summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index eec3fd7c..7723035e 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -2,6 +2,7 @@
#define __openbox_h
#include "render/render.h"
+#include "render/theme.h"
#ifdef USE_LIBSN
# define SN_API_NOT_YET_FROZEN
@@ -12,6 +13,7 @@
#include <X11/Xlib.h>
extern RrInstance *ob_rr_inst;
+extern RrTheme *ob_rr_theme;
/*! The X display */
extern Display *ob_display;